diff options
| author | bkhorizon <none@none> | 2009-12-16 21:38:39 -0600 |
|---|---|---|
| committer | bkhorizon <none@none> | 2009-12-16 21:38:39 -0600 |
| commit | c32505cb6c937c2cd8138aae1c54412150c85b52 (patch) | |
| tree | 3f530af606c7784006bba06625b4a2c85030119b /src | |
| parent | 81470c0286369b013dc673c20085f793dec40218 (diff) | |
Fix Compile.
Sorry about that.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/bindings/scripts/scripts/world/npcs_special.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bindings/scripts/scripts/world/npcs_special.cpp b/src/bindings/scripts/scripts/world/npcs_special.cpp index 3afcd22e75e..3fad7034238 100644 --- a/src/bindings/scripts/scripts/world/npcs_special.cpp +++ b/src/bindings/scripts/scripts/world/npcs_special.cpp @@ -1518,9 +1518,6 @@ CreatureAI* GetAI_npc_brewfest_reveler(Creature* pCreature) struct TRINITY_DLL_DECL npc_winter_revelerAI : public ScriptedAI { - //TODO: check auralist. - if (pPlayer->HasAura(26218)) - return false; npc_winter_revelerAI(Creature* c) : ScriptedAI(c) {} void ReceiveEmote(Player* pPlayer, uint32 emote)
{
|
