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/5736_world.sql | |
| parent | 3dc4df381fc8ece854766294fcf7f1a28d8b33ca (diff) | |
*Fix typos(correct script_texts ids).
*Add some delete query.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/5736_world.sql')
| -rw-r--r-- | sql/updates/5736_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/5736_world.sql b/sql/updates/5736_world.sql index 35cc7374f44..0adb9af7713 100644 --- a/sql/updates/5736_world.sql +++ b/sql/updates/5736_world.sql @@ -1,6 +1,7 @@ UPDATE `creature_template` SET `ScriptName`='boss_krik_thir' where `entry`=28684; +DELETE FROM `script_texts` WHERE `entry` BETWEEN -1601003 AND -1601000; 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 (28684,-1601000, 'This kingdom belongs to the Scourge! Only the dead may enter.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 'SAY_AGGRO boss_krik_thir'), (28684,-1601001, 'You were foolish to come.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 'SAY_SLAY_1 boss_krik_thir'), |
