mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Creature: Reginald Windsor
Reginald Windsor should not be spawned in Stormwind, as he was killed by Onyxia during the questline that was removed before WotLK's launch. Closes #20743
This commit is contained in:
5
sql/updates/world/3.3.5/2017_10_29_08_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2017_10_29_08_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id`=12580;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=86900;
|
||||
DELETE FROM `waypoint_data` WHERE `id`=869000;
|
||||
DELETE FROM `spawn_group` WHERE `spawnId`=86900;
|
||||
Reference in New Issue
Block a user