mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Player: Updated PLAYER_EXPLORED_ZONES_SIZE (#17659)
This commit is contained in:
@@ -68,7 +68,7 @@ enum SkillFieldOffset
|
||||
SKILL_PERM_BONUS_OFFSET = SKILL_TEMP_BONUS_OFFSET + 64
|
||||
};
|
||||
|
||||
#define PLAYER_EXPLORED_ZONES_SIZE 200
|
||||
#define PLAYER_EXPLORED_ZONES_SIZE 256
|
||||
|
||||
// Note: SPELLMOD_* values is aura types in fact
|
||||
enum SpellModType
|
||||
|
||||
Reference in New Issue
Block a user