mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
*Fix the lurker below. Thanks to rat.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
1
sql/updates/5484_world_scripts.sql
Normal file
1
sql/updates/5484_world_scripts.sql
Normal file
@@ -0,0 +1 @@
|
||||
update creature_template set inhabittype=3 where entry=21217;
|
||||
Reference in New Issue
Block a user