mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Fixed max heroic attempts ICC
it must be 50 instead of 25
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#define ICCScriptName "instance_icecrown_citadel"
|
||||
|
||||
uint32 const WeeklyNPCs = 9;
|
||||
uint32 const MaxHeroicAttempts = 25;
|
||||
uint32 const MaxHeroicAttempts = 50;
|
||||
|
||||
// Defined in boss_valithria_dreamwalker.cpp
|
||||
extern Position const ValithriaSpawnPos;
|
||||
|
||||
Reference in New Issue
Block a user