mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
@@ -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).
|
-- 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);
|
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
|
-- Shoveltusk Stag
|
||||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23691;
|
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23691;
|
||||||
Reference in New Issue
Block a user