mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +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"
|
#define ICCScriptName "instance_icecrown_citadel"
|
||||||
|
|
||||||
uint32 const WeeklyNPCs = 9;
|
uint32 const WeeklyNPCs = 9;
|
||||||
uint32 const MaxHeroicAttempts = 25;
|
uint32 const MaxHeroicAttempts = 50;
|
||||||
|
|
||||||
// Defined in boss_valithria_dreamwalker.cpp
|
// Defined in boss_valithria_dreamwalker.cpp
|
||||||
extern Position const ValithriaSpawnPos;
|
extern Position const ValithriaSpawnPos;
|
||||||
|
|||||||
Reference in New Issue
Block a user