update comments

This commit is contained in:
Jelle Meeus
2024-04-26 01:32:54 +02:00
parent 10ea8dff15
commit 4979969320
2 changed files with 1 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ public:
if (auraVisualTimer) // this has to be delayed to be visible
{
auraVisualTimer += diff;
if (auraVisualTimer >= 1000) // Lowered to 3 seconds
if (auraVisualTimer >= 1000)
{
me->CastSpell(me, SPELL_POISON_CLOUD_DAMAGE_AURA, true);
auraVisualTimer = 0;

View File

@@ -17,7 +17,6 @@
#include "Player.h"
#include "ScriptMgr.h"
//#include "SpellAuras.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellAuraEffects.h"