diff options
| author | maximius <none@none> | 2009-08-07 12:12:42 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-08-07 12:12:42 -0700 |
| commit | fe3ba612d94b715bbbbac944418be1188ad66339 (patch) | |
| tree | dcfba651a684cd3f896988e361240f91c4b1d80f /sql/updates/4807_script_texts.sql | |
| parent | be74be36f6d170fd11b2df2ebfc20a9c2e40584a (diff) | |
*Emalon the Stormwatcher fully scripted, by Necroo (boss needs to be spawned and ScriptName needs to be updated)
*Added config options: DurabilityLoss.OnDeath and DurabilityLoss.InPvP, optimized Rate.RepairCost
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/4807_script_texts.sql')
| -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'); |
