mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Update PLAYER_EXPLORED_ZONES_SIZE to prevent console spam on entering Draenor zones.
Signed-off-by: AriDEV <aridev666@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ enum SkillFieldOffset
|
||||
SKILL_PERM_BONUS_OFFSET = SKILL_TEMP_BONUS_OFFSET + 64
|
||||
};
|
||||
|
||||
#define PLAYER_EXPLORED_ZONES_SIZE 156
|
||||
#define PLAYER_EXPLORED_ZONES_SIZE 189
|
||||
|
||||
// Note: SPELLMOD_* values is aura types in fact
|
||||
enum SpellModType
|
||||
|
||||
Reference in New Issue
Block a user