chore(DB): import pending files
Referenced commit(s): 3870426a4bbee543bbd54c03c0a02bf49ced1268
This commit is contained in:
parent
4927d20d48
commit
c44e13babd
@ -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);
|
||||
@ -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;
|
||||
Loading…
x
Reference in New Issue
Block a user