Skip to content

Commit

Permalink
Remove debug code from previous commit
Browse files Browse the repository at this point in the history
This line is unnecessary and is raising errors on some compilers

(based on commit cmangos/mangos-classic@6e780e9)

Signed-off-by: Cala <calaftp@free.fr>

(based on commit cmangos/mangos-tbc@5ace6da)

Signed-off-by: Cala <calaftp@free.fr>

(based on cmangos/mangos-wotlk@48c5f62)

Signed-off-by: Xfurry <xfurry@cmangos.net>
  • Loading branch information
cala authored and xfurry committed May 21, 2016
1 parent a2dda4f commit 8607a7d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -346,7 +346,6 @@ bool GossipHello_npc_aurius(Player* pPlayer, Creature* pCreature)
if (pCreature->isQuestGiver())
pPlayer->PrepareQuestMenu(pCreature->GetObjectGuid());

DEBUG_LOG("AURIUS TYPE: %u",pInstance->GetData(TYPE_AURIUS));
switch (pInstance->GetData(TYPE_AURIUS))
{
case SPECIAL:
Expand Down

0 comments on commit 8607a7d

Please sign in to comment.