mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
7
data/sql/updates/db_world/2025_01_14_02.sql
Normal file
7
data/sql/updates/db_world/2025_01_14_02.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2025_01_14_01 -> 2025_01_14_02
|
||||
|
||||
-- Delete Double Nerub'ar Victims
|
||||
DELETE FROM `creature` WHERE (`id1` = 25284) AND (`guid` IN (143230, 143231, 143232, 143263, 143264, 143268, 143269, 143271, 143272, 143273));
|
||||
|
||||
-- Set MT to 0 for a Crystalline Tender inside The Nexus (dungeon).
|
||||
UPDATE `creature` SET `MovementType` = 0 WHERE (`id1` = 28231) AND (`guid` IN (126441));
|
||||
Reference in New Issue
Block a user