From 9f360cc81c5ce12db7980f1ce9513b3067e740aa Mon Sep 17 00:00:00 2001 From: Gacko Date: Tue, 20 Nov 2012 22:04:31 +0100 Subject: DB: Correct mistake in horseman conversion --- sql/updates/world/2012_11_16_03_world_creature_text.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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'), -- cgit v1.2.3