chore(DB): import pending files

Referenced commit(s): 82560ef6d1
This commit is contained in:
github-actions[bot]
2025-12-22 07:22:09 +00:00
parent 82560ef6d1
commit 7eebcaf0f6

View File

@@ -0,0 +1,7 @@
-- DB update 2025_12_21_03 -> 2025_12_22_00
--
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_traveler_mammoth_vendor' WHERE (`entry` IN (32638, 32639, 32641, 32642));
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` IN (32638, 32639, 32641, 32642));
UPDATE `vehicle_template_accessory` SET `minion` = 0 WHERE `entry` IN (32633, 32640) AND `accessory_entry` IN (32638, 32639, 32641, 32642);