Maexxna: fix double web wrap

This commit is contained in:
Jelle Meeus
2024-05-01 00:58:18 +02:00
parent 81d0133a51
commit d047efc898

View File

@@ -250,7 +250,6 @@ public:
{ {
int32 bp1 = 242; int32 bp1 = 242;
victim->CastCustomSpell(victim, SPELL_WEB_WRAP, 0, &bp1, 0, true, nullptr, nullptr, me->GetGUID()); victim->CastCustomSpell(victim, SPELL_WEB_WRAP, 0, &bp1, 0, true, nullptr, nullptr, me->GetGUID());
victim->CastSpell(victim, SPELL_WEB_WRAP, true, nullptr, nullptr, me->GetGUID());
} }
} }
} }