diff options
author | Naddley <NaddleyTC@gmail.com> | 2023-01-30 01:10:55 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2023-01-30 01:10:55 +0100 |
commit | 0c8eff61e0b998a5dd03e787786972a0231809c2 (patch) | |
tree | 9526b4abe9d936a763e4190db50165b02ec2bf8b | |
parent | 60380cd12dfafb2431847c0669685daf7e4bcbc8 (diff) |
DB/Orgrimmar: Removed Portal to Blasted Lands and Hellfire Peninsula
+ update NPCFlag of Winaestra
Closes #28750
Closes #28749
-rw-r--r-- | sql/updates/world/master/2023_01_30_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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 |