aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2012-11-20 22:04:31 +0100
committerGacko <gacko28@gmx.de>2012-11-20 22:04:31 +0100
commit9f360cc81c5ce12db7980f1ce9513b3067e740aa (patch)
tree4059b94e04b9ad0e3cb2559e6a3bd6ed6b11a501
parent1e5e7056dc5f267aaf0ebd27101df04ac8c783e1 (diff)
DB: Correct mistake in horseman conversion
-rw-r--r--sql/updates/world/2012_11_16_03_world_creature_text.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_16_03_world_creature_text.sql b/sql/updates/world/2012_11_16_03_world_creature_text.sql
index ea0a508fb05..5b89db507d8 100644
--- a/sql/updates/world/2012_11_16_03_world_creature_text.sql
+++ b/sql/updates/world/2012_11_16_03_world_creature_text.sql
@@ -195,7 +195,7 @@ INSERT INTO `creature_text`(`entry`,`groupid`,`id`,`text`,`type`,`sound`,`probab
(3974,0,0,"Release the hounds!",14,5841,100,'loksey SAY_AGGRO');
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1189007 AND -1189001;
-DELETE FROM `creature_text` WHERE `entry` IN (15688,23775);
+DELETE FROM `creature_text` WHERE `entry` IN (23682,23775);
INSERT INTO `creature_text`(`entry`,`groupid`,`id`,`text`,`type`,`sound`,`probability`,`comment`) VALUES
(23775,0,0,"Hah, is that all?",14,5831,100,'headless horseman SAY_LOST_HEAD'),
(23775,1,0,"Unworthy!",14,5836,100,'headless horseman SAY_PLAYER_DEATH'),