fix(Scripts/ICC): Intro Event Timers and Text
This commit is contained in:
parent
37d1f2be47
commit
d4612c7ac6
2 changed files with 6 additions and 2 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1605203808017925200');
|
||||
UPDATE `creature_text` SET `Text`='This is our final stand. What happens here will echo through the ages. Regardless of outcome, they will know that we fought with honor. That we fought for the freedom and safety of our people!' WHERE `CreatureID`=37119 AND `GroupID`=0 AND `ID`=0;
|
||||
UPDATE `broadcast_text` SET `MaleText`='This is our final stand. What happens here will echo through the ages. Regardless of outcome, they will know that we fought with honor. That we fought for the freedom and safety of our people!' WHERE `ID`=36923;
|
||||
|
||||
|
|
@ -407,11 +407,11 @@ public:
|
|||
_events.ScheduleEvent(EVENT_TIRION_INTRO_4, 18000);
|
||||
_events.ScheduleEvent(EVENT_TIRION_INTRO_5, 31000);
|
||||
_events.ScheduleEvent(EVENT_LK_INTRO_1, 35000);
|
||||
_events.ScheduleEvent(EVENT_TIRION_INTRO_6, 51000);
|
||||
_events.ScheduleEvent(EVENT_TIRION_INTRO_6, 49000);
|
||||
_events.ScheduleEvent(EVENT_LK_INTRO_2, 58000);
|
||||
_events.ScheduleEvent(EVENT_LK_INTRO_3, 74000);
|
||||
_events.ScheduleEvent(EVENT_LK_INTRO_4, 86000); // sound last 21 seconds (five more)
|
||||
_events.ScheduleEvent(EVENT_BOLVAR_INTRO_1, 105000);
|
||||
_events.ScheduleEvent(EVENT_BOLVAR_INTRO_1, 107000);
|
||||
_events.ScheduleEvent(EVENT_LK_INTRO_5, 113000);
|
||||
|
||||
if (_instance->GetData(DATA_TEAMID_IN_INSTANCE) == TEAM_HORDE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue