Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): 3870426
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent 4927d20 commit c44e13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c44e13b

Please sign in to comment.