aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-27 20:56:20 -0500
committermegamage <none@none>2009-08-27 20:56:20 -0500
commit8cfc8a0f39d1428158349afdf1aa8717e9dc39e2 (patch)
tree236adff419887fa5dd37024aa5f975aa9b0c6493
parent21074bee8aade26626c9e876e24129dd13e3fe58 (diff)
*Fix spell chicken net. By seirge
--HG-- branch : trunk
-rw-r--r--sql/FULL/world_spell_full.sql6
-rw-r--r--sql/updates/5435_world_spell_script_target.sql2
2 files changed, 7 insertions, 1 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql
index 54ec11a4c4c..9ae021bd2ee 100644
--- a/sql/FULL/world_spell_full.sql
+++ b/sql/FULL/world_spell_full.sql
@@ -2224,4 +2224,8 @@ INSERT INTO `spell_linked_spell`(`spell_trigger`,`spell_effect`,`type`,`comment`
('-30421','38637','0','Netherspite\'s Perseverence'),
('-30422','38638','0','Netherspite\'s Serenity'),
('-30423','38639','0','Netherspite\'s Dominance');
-UPDATE `script_texts` SET `type` = '3' WHERE `entry` IN ('-1532089','-1532090'); \ No newline at end of file
+UPDATE `script_texts` SET `type` = '3' WHERE `entry` IN ('-1532089','-1532090');
+
+
+# Chicken Net
+INSERT INTO `spell_script_target` ( `entry`, `type`, `targetEntry`) VALUES ('51959', '1', '28161'); \ No newline at end of file
diff --git a/sql/updates/5435_world_spell_script_target.sql b/sql/updates/5435_world_spell_script_target.sql
new file mode 100644
index 00000000000..92fb9651790
--- /dev/null
+++ b/sql/updates/5435_world_spell_script_target.sql
@@ -0,0 +1,2 @@
+# Chicken Net
+INSERT INTO `spell_script_target` ( `entry`, `type`, `targetEntry`) VALUES ('51959', '1', '28161'); \ No newline at end of file