diff options
| author | Anubisss <none@none> | 2009-10-02 15:47:32 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-10-02 15:47:32 +0200 |
| commit | 46061f1b71aa969144dd6382a093d53712469d6e (patch) | |
| tree | 6f54ff8ccd42d090b5148a476345711bf86206f4 /sql/updates/5700_world.sql | |
| parent | 3dc4df381fc8ece854766294fcf7f1a28d8b33ca (diff) | |
*Fix typos(correct script_texts ids).
*Add some delete query.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/5700_world.sql')
| -rw-r--r-- | sql/updates/5700_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/5700_world.sql b/sql/updates/5700_world.sql index 9db2456030d..ee137fd8e64 100644 --- a/sql/updates/5700_world.sql +++ b/sql/updates/5700_world.sql @@ -20,6 +20,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_anachronos_the_ancient' WHERE ` UPDATE `creature_template` SET `ScriptName`='npc_anachronos_quest_trigger' WHERE `entry`=15454; -- Already in world_script_texts.sql +DELETE FROM `script_texts` WHERE `entry` BETWEEN -1350030 AND -1350000; INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`type`,`emote`,`comment`) VALUES (15381,-1350000,'We must act quickly or all shall be lost!',0,1,'ANACHRONOS_SAY_1'), (15381,-1350001,'NOW, STAGHELM! WE GO NOW! Prepare your magic!',0,81,'ANACHRONOS_SAY_2'), |
