mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Script Dawn's Gambit event in Scholomance
This commit is contained in:
parent
dca415a3ec
commit
45ae1dd0d5
4 changed files with 90 additions and 3 deletions
|
|
@ -2636,7 +2636,10 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
|
||||
-- -1 289 000 SCHOLOMANCE
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
(-1289000,'School is in session!',0,1,0,0,'gandling SAY_GANDLING_SPAWN');
|
||||
(-1289000,'School is in session!',0,1,0,0,'gandling SAY_GANDLING_SPAWN'),
|
||||
(-1289001,'What is this?! How dare you!',0,1,0,0,'vectus YELL_VECTUS_GAMBIT');
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(5140, 'event_dawn_gambit');
|
||||
|
||||
-- -1 309 000 ZUL'GURUB
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue