fixup! use customspell to set web spray aura duration

This commit is contained in:
Jelle Meeus
2024-04-26 04:55:35 +02:00
parent efd150ef83
commit 22c08ea84e

View File

@@ -168,7 +168,6 @@ public:
{
case EVENT_WEB_SPRAY:
Talk(EMOTE_WEB_SPRAY);
me->CastSpell(me, SPELL_WEB_SPRAY, true);
me->CastCustomSpell(SPELL_WEB_SPRAY, SPELLVALUE_AURA_DURATION, 10000, nullptr, true);
events.RepeatEvent(40000);
break;