diff options
| author | maanuel <none@none> | 2009-12-10 22:13:50 -0300 |
|---|---|---|
| committer | maanuel <none@none> | 2009-12-10 22:13:50 -0300 |
| commit | 80a319738826c8f3bcb72953c6794875a2db6caa (patch) | |
| tree | b9e99bfca05e0cd50d14aaa78b2cc0aeccb67b66 /sql | |
| parent | 550f9899fd9df960d6d7bb4a27a673329c368ea9 (diff) | |
Violet Hold: Support for Sinclari and guards event (blizzlike), at the start of Violet Hold event.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_script_texts.sql | 3 | ||||
| -rw-r--r-- | sql/updates/6477_world_scripts.sql | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index 144e7149aa2..702fa8821b2 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -1983,6 +1983,9 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1` (29305,-1604015,'Get ready for somethin''... much... BIGGAH! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'SAY_TRANSFORM boss_moorabi'), (29305,-1604016,'Da ground gonna swallow you up',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'SAY_QUAKE boss_moorabi'), (29305,-1604017,'%s begins to transform!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'EMOTE_TRANSFORM boss_moorabi'), + +-- -1 608 000 VIOLET HOLD + (30658,-1608000,'Prision guards, we are leaving! These adventurers are taking over! Go go go',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), -- -1 615 000 OBSIDIAN SANCTUM (30451,-1615000,'I fear nothing! Least of all you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14111,1,0,0,'shadron SAY_SHADRON_AGGRO'), diff --git a/sql/updates/6477_world_scripts.sql b/sql/updates/6477_world_scripts.sql new file mode 100644 index 00000000000..54e2a8e6dbf --- /dev/null +++ b/sql/updates/6477_world_scripts.sql @@ -0,0 +1,4 @@ +DELETE FROM `script_texts` WHERE `entry`=-1608000; +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES + (30658,-1608000,'Prision guards, we are leaving! These adventurers are taking over! Go go go',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); + |
