mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 09:14:34 +00:00
12
data/sql/updates/db_world/2022_08_07_06.sql
Normal file
12
data/sql/updates/db_world/2022_08_07_06.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- DB update 2022_08_07_05 -> 2022_08_07_06
|
||||
--
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0, `mingold` = 0, `maxgold` = 0 WHERE (`entry` = 11374);
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 11374;
|
||||
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 10596);
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0 WHERE (`entry` = 15101);
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 15101;
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0 WHERE (`entry` = 15068);
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 15068;
|
||||
3
data/sql/updates/db_world/2022_08_07_07.sql
Normal file
3
data/sql/updates/db_world/2022_08_07_07.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_08_07_06 -> 2022_08_07_07
|
||||
--
|
||||
UPDATE `gameobject` SET `ScriptName` = '' WHERE `id` = 176966;
|
||||
Reference in New Issue
Block a user