mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
7
data/sql/updates/db_world/2025_12_22_00.sql
Normal file
7
data/sql/updates/db_world/2025_12_22_00.sql
Normal 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);
|
||||
Reference in New Issue
Block a user