From 93717d653f9f092b1fcc25f371364ee729dfc46c Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Fri, 28 Aug 2009 00:44:21 -0400 Subject: Fix typo in world_spell_full.sql --HG-- branch : trunk --- sql/FULL/world_spell_full.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 9ae021bd2ee..de0cfe946f0 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -2228,4 +2228,5 @@ UPDATE `script_texts` SET `type` = '3' WHERE `entry` IN ('-1532089','-1532090'); # Chicken Net +DELETE FROM `spell_script_target` WHERE `entry` = '51959' and `type` = '1'; INSERT INTO `spell_script_target` ( `entry`, `type`, `targetEntry`) VALUES ('51959', '1', '28161'); \ No newline at end of file -- cgit v1.2.3