diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-28 00:44:21 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-28 00:44:21 -0400 |
commit | 93717d653f9f092b1fcc25f371364ee729dfc46c (patch) | |
tree | 46eefb7b0228ee755f0f3200c296bab336e90c80 | |
parent | 5a0569e797698e6c6d6f6106a4d6cbe82d21d7e4 (diff) |
Fix typo in world_spell_full.sql
--HG--
branch : trunk
-rw-r--r-- | sql/FULL/world_spell_full.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |