mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Orgrimmar: Removed Portal to Blasted Lands and Hellfire Peninsula
+ update NPCFlag of Winaestra Closes #28750 Closes #28749
This commit is contained in:
5
sql/updates/world/master/2023_01_30_04_world.sql
Normal file
5
sql/updates/world/master/2023_01_30_04_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Delete old portal to Blasted lands / Hellfire Peninsula
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (218904, 211298);
|
||||
|
||||
-- Update NPCflag for Winaestra
|
||||
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=16264; -- Winaestra
|
||||
Reference in New Issue
Block a user