mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
5
data/sql/updates/db_world/2022_10_15_07.sql
Normal file
5
data/sql/updates/db_world/2022_10_15_07.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_10_15_06 -> 2022_10_15_07
|
||||
--
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` |256|512 WHERE `entry` IN (15910, 15904, 15896);
|
||||
UPDATE `creature_model_info` SET `CombatReach` = 15 WHERE `displayID` IN (15556, 15790, 15793);
|
||||
UPDATE `creature_summon_groups` SET `summonType` = 6, `summonTime` = 500 WHERE `summonerId` = 15589 AND `summonerType` = 0;
|
||||
3
data/sql/updates/db_world/2022_10_15_08.sql
Normal file
3
data/sql/updates/db_world/2022_10_15_08.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_10_15_07 -> 2022_10_15_08
|
||||
--
|
||||
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE (`entry` = 15334);
|
||||
Reference in New Issue
Block a user