mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Violet Hold: Add HUD
--HG-- branch : trunk
This commit is contained in:
@@ -333,6 +333,7 @@ struct TRINITY_DLL_DECL instance_violet_hold : public ScriptedInstance
|
||||
|
||||
void AddWave()
|
||||
{
|
||||
DoUpdateWorldState(WORLD_STATE_VH, uiWaveCount);
|
||||
switch(uiWaveCount)
|
||||
{
|
||||
case 6:
|
||||
|
||||
@@ -48,4 +48,9 @@ enum Data64
|
||||
DATA_SINCLARI
|
||||
};
|
||||
|
||||
enum WorldStates
|
||||
{
|
||||
WORLD_STATE_VH = 3816
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user