diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 5 | ||||
| -rw-r--r-- | sql/updates/5484_world_scripts.sql | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 7e54af3df84..ebf75e98568 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -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');
\ No newline at end of file +INSERT INTO `spell_script_target` ( `entry`, `type`, `targetEntry`) VALUES ('51959', '1', '28161'); + +# the lurker below +update creature_template set inhabittype=3 where entry=21217;
\ No newline at end of file diff --git a/sql/updates/5484_world_scripts.sql b/sql/updates/5484_world_scripts.sql new file mode 100644 index 00000000000..4d468a359ec --- /dev/null +++ b/sql/updates/5484_world_scripts.sql @@ -0,0 +1 @@ +update creature_template set inhabittype=3 where entry=21217;
\ No newline at end of file |
