diff options
-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 |