*Fix the lurker below. Thanks to rat.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-30 11:50:55 -05:00
parent c5fe210461
commit 31324d56eb
5 changed files with 15 additions and 8 deletions

View File

@@ -2270,4 +2270,7 @@ 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');
INSERT INTO `spell_script_target` ( `entry`, `type`, `targetEntry`) VALUES ('51959', '1', '28161');
# the lurker below
update creature_template set inhabittype=3 where entry=21217;

View File

@@ -0,0 +1 @@
update creature_template set inhabittype=3 where entry=21217;