diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4807_script_texts.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4807_script_texts.sql b/sql/updates/4807_script_texts.sql new file mode 100644 index 00000000000..573c44b2fed --- /dev/null +++ b/sql/updates/4807_script_texts.sql @@ -0,0 +1,5 @@ +DELETE FROM script_texts WHERE entry IN(-1590000,-1590001,-1590002); +INSERT INTO `script_texts` (`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 +(-1590000, 'Emalon the Storm Watcher overcharges a Tempest Minion!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, 0, 0, 'emalon EMOTE_OVERCHARGE_TEMPEST_MINION'), +(-1590001, 'A Tempest Minion appears to defend Emalon!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, 0, 0, 'emalon EMOTE_MINION_RESPAWN'), +(-1590002, 'Archavon the Stone Watcher goes into a berserker rage!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, 0, 0, 'archavon EMOTE_BERSERK'); |
