Eluna fix opcode definitions

This commit is contained in:
Rochet2
2014-06-02 15:49:42 +03:00
committed by Foereaper
parent 9a1f8c7884
commit 40774d0c5c
4 changed files with 7 additions and 8 deletions

View File

@@ -121,10 +121,6 @@ enum SelectAggroTarget
#ifdef TBC
#define SPELL_AURA_MOD_KILL_XP_PCT SPELL_AURA_MOD_XP_PCT
#endif
#ifdef CLASSIC
#undef Opcodes
#define Opcodes OpcodesList
#endif
#else
#define eWorld (sWorld)
#define eMapMgr (sMapMgr)
@@ -148,6 +144,9 @@ typedef ThreatContainer::StorageType ThreatList;
#define NUM_MSG_TYPES NUM_OPCODE_HANDLERS
#endif
#endif
#ifndef CLASSIC
typedef OpcodesList Opcodes
#endif
class Eluna;