mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
refactor(Scripts/EasternKingdoms): code cleanup (part 5) - also fix potential crash (#6923)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include "Opcodes.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "WorldPacket.h"
|
||||
|
||||
enum Says
|
||||
{
|
||||
|
||||
@@ -956,12 +956,12 @@ public:
|
||||
{
|
||||
boss_apokoAI(Creature* creature) : boss_priestess_lackey_commonAI(creature, AI_TYPE_MELEE) { }
|
||||
|
||||
uint32 Totem_Timer;
|
||||
// uint32 Totem_Timer;
|
||||
uint8 Totem_Amount;
|
||||
uint32 War_Stomp_Timer;
|
||||
uint32 Purge_Timer;
|
||||
// uint32 Purge_Timer;
|
||||
uint32 Healing_Wave_Timer;
|
||||
uint32 Frost_Shock_Timer;
|
||||
// uint32 Frost_Shock_Timer;
|
||||
|
||||
void EnterCombat(Unit* who) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user