*Fix spell chicken net. By seirge

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-27 20:56:20 -05:00
parent 21074bee8a
commit 8cfc8a0f39
2 changed files with 7 additions and 1 deletions

View File

@@ -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');
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');

View File

@@ -0,0 +1,2 @@
# Chicken Net
INSERT INTO `spell_script_target` ( `entry`, `type`, `targetEntry`) VALUES ('51959', '1', '28161');