From 58c5c9b7d457fb5a1fbba337fe0b1b32d2e68be3 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 15 Feb 2019 21:41:58 +0100 Subject: [PATCH] DB: fixed some startup errors --- sql/updates/world/custom/custom_2019_02_15_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/custom/custom_2019_02_15_01_world.sql diff --git a/sql/updates/world/custom/custom_2019_02_15_01_world.sql b/sql/updates/world/custom/custom_2019_02_15_01_world.sql new file mode 100644 index 00000000000..600685a6ef2 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_02_15_01_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `flags_extra`= 1073741824 WHERE `entry` IN (52613, 52601, 52614, 52607, 52957, 52959, 52963); +UPDATE `creature_template` SET `lootid`= 0 WHERE `entry` IN (52973, 52969, 52961, 52971, 52975); +DELETE FROM `spell_group` WHERE `spell_id` IN (30808, 53138, 58180);