vmangos/sql/old_migrations/20170326174853_world.sql
2017-08-08 02:48:10 +03:00

12 lines
353 B
SQL

INSERT INTO `migrations` VALUES ('20170326174853');
-- Mountain Lions in Hillsbrad foothills should not be stealthed
DELETE FROM `creature_ai_scripts`
WHERE `creature_id` = 2384 or `creature_id` = 2385;
-- Fix Skeletons immune to wrong stuff
UPDATE `creature_template`
SET `mechanicimmunemask` = '213521'
WHERE `mechanicimmunemask` = '646015775';