mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Build: fix error
/home/circleci/project/src/server/scripts/Northrend/IcecrownCitadel/boss_sister_svalna.cpp:211:5: fatal error: redefinition of enumerator 'NPC_YMIRJAR_BATTLE_MAIDEN'
NPC_YMIRJAR_BATTLE_MAIDEN = 37132,
^
/home/circleci/project/src/server/scripts/Northrend/IcecrownCitadel/icecrown_citadel.h:274:5: note: previous definition is here
NPC_YMIRJAR_BATTLE_MAIDEN = 37132,
^
1 error generated.
This commit is contained in:
@@ -208,11 +208,6 @@ enum ICCSisterSvalnaMovePoints
|
||||
|
||||
enum ICCYmirjarFrostWingMisc
|
||||
{
|
||||
NPC_YMIRJAR_BATTLE_MAIDEN = 37132,
|
||||
NPC_YMIRJAR_DEATHBRINGER = 38125,
|
||||
NPC_YMIRJAR_FROSTBINDER = 37127,
|
||||
NPC_YMIRJAR_HUNTRESS = 37134,
|
||||
NPC_YMIRJAR_WARLORD = 37133,
|
||||
NPC_YMIRJAR_WARHAWK = 38154
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user