chore(DB): import pending files

Referenced commit(s): 3870426a4bbee543bbd54c03c0a02bf49ced1268
This commit is contained in:
github-actions[bot] 2025-01-22 14:18:18 +00:00
parent 4927d20d48
commit c44e13babd
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
-- DB update 2025_01_19_02 -> 2025_01_22_00
-- Change creature template flags (before: IMMUNE_TO_PC, IMMUNE_TO_NPC, NOT_SELECTABLE. now: STUNNED, NOT_SELECTABLE).
UPDATE `creature_template` SET `unit_flags`=`unit_flags`& ~33555200 WHERE (`entry` = 24722);

View File

@ -1,3 +1,4 @@
-- DB update 2025_01_22_00 -> 2025_01_22_01
-- Shoveltusk Stag
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23691;