Update zone_orgrimmar.sql

Removing non vanilla pvp NPCs from Orgrimmar.
The Alliance counterparts of these pvp NPCs are deleted in zone_stormwind.sql

Decided to delete these instead of phasing.
This keeps higher level players away from Orgrimmar 
which is better for immersion
This commit is contained in:
Grimfeather
2025-06-04 06:20:15 +02:00
committed by GitHub
parent 81f56c78af
commit 1fa26d9936

View File

@@ -492,6 +492,12 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES
(14581, 18844, 2291), (14581, 18848, 2291), (14581, 18860, 2291), (14581, 18866, 2291), (14581, 18868, 2257), (14581, 18871, 2257), (14581, 18874, 2257),
(14581, 18877, 2257), (14581, 23464, 2291), (14581, 23465, 2257), (14581, 23466, 2291), (14581, 23467, 2291), (14581, 23468, 2291), (14581, 23469, 2291);
DELETE FROM `creature` WHERE `id1` IN
(34038, -- Sergeant Thunderhorn <Apprentice Armor Quartermaster>
34060, -- Doris Volanthius <Veteran Armor Quartermaster>
34063); -- Blood Guard Zar'shi <Northrend Armor Quartermaster>
-- Nogg Quest Flags fix
UPDATE `creature_template` SET `npcflag` = `npcflag` | 2 WHERE `entry` = 3412;