chore(DB): import pending files

Referenced commit(s): df89704ab5
This commit is contained in:
github-actions[bot]
2025-01-05 17:55:46 +00:00
parent 460f86d4d2
commit 84531500e5
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2025_01_05_03 -> 2025_01_05_04
-- Remove unit flag "stunned" from Citizen of Havenshire
UPDATE `creature_template` SET `unit_flags`=`unit_flags`& ~262144 WHERE (`entry` = 28576);

View File

@@ -1,3 +1,4 @@
-- DB update 2025_01_05_04 -> 2025_01_05_05
--
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 23586) AND (`source_type` = 0);
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_amanishi_scout' WHERE (`entry` = 23586);