diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-29 18:48:12 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-10-29 18:48:12 +0100 |
| commit | 492b6affb0bc07c595e5a315f70ad51661815c99 (patch) | |
| tree | 7ce1d0efe450bd2b3c38e51fd7e3536fa0f72001 | |
| parent | 218e897343fb67c5e418ee74f0a896632d4132f5 (diff) | |
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
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_29_08_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_29_08_world_335.sql b/sql/updates/world/3.3.5/2017_10_29_08_world_335.sql new file mode 100644 index 00000000000..375f56a97f5 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_29_08_world_335.sql @@ -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; |
