mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
3
data/sql/updates/db_world/2023_06_17_11.sql
Normal file
3
data/sql/updates/db_world/2023_06_17_11.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_06_17_10 -> 2023_06_17_11
|
||||
--
|
||||
UPDATE `creature_template` SET `minlevel` = 71, `maxlevel` = 71 WHERE (`entry` = 20525);
|
||||
4
data/sql/updates/db_world/2023_06_17_12.sql
Normal file
4
data/sql/updates/db_world/2023_06_17_12.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2023_06_17_11 -> 2023_06_17_12
|
||||
--
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432 WHERE `entry`=22380;
|
||||
|
||||
Reference in New Issue
Block a user