From 0c8eff61e0b998a5dd03e787786972a0231809c2 Mon Sep 17 00:00:00 2001 From: Naddley Date: Mon, 30 Jan 2023 01:10:55 +0100 Subject: DB/Orgrimmar: Removed Portal to Blasted Lands and Hellfire Peninsula + update NPCFlag of Winaestra Closes #28750 Closes #28749 --- sql/updates/world/master/2023_01_30_04_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2023_01_30_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_01_30_04_world.sql b/sql/updates/world/master/2023_01_30_04_world.sql new file mode 100644 index 00000000000..6391ccbc055 --- /dev/null +++ b/sql/updates/world/master/2023_01_30_04_world.sql @@ -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 -- cgit v1.2.3