Skip to content

Commit cb93628

Browse files
committed
build check for Silithyst effect
1 parent d6f3d9d commit cb93628

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/scripts/spells/spell_special.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ struct SilithystAuraScript : public AuraScript
339339

340340
void OnAfterApply(Aura* aura, bool apply) final
341341
{
342+
// Silithyst PvP was added in patch 1.12, FORCE_REACTION effect on INDEX_1
343+
#if SUPPORTED_CLIENT_BUILD < CLIENT_BUILD_1_12_1
344+
return;
345+
#endif
342346
if (aura->GetEffIndex() != EFFECT_INDEX_1)
343347
return;
344348

0 commit comments

Comments
 (0)