diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 22:43:20 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 22:43:20 +0200 |
| commit | 3837440f1fa4c40056760d72639b4e00bb36a639 (patch) | |
| tree | 0b2f25c6d640390fbfe6c8a4eef07b566b92da6b | |
| parent | 21857d11f78fc7a3df4a121a6d1b35b092fb7b02 (diff) | |
DB/Creature: remove deprecated spawns of NPCs Lady Liadrin, Peacekeeper Jadar and Investigator Asric in Shattrath, and move Arcanist Savan to his correct position in the Scryer's Tier.
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_20_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_20_05_world.sql b/sql/updates/world/3.3.5/2019_07_20_05_world.sql new file mode 100644 index 00000000000..d6d7ac2fb8f --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_20_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=3413 AND `id`=17076; +DELETE FROM `creature` WHERE `id` IN (23719, 23079); +UPDATE `creature` SET `position_x`=-2139.32, `position_y`=5552.883, `position_z`=50.38232, `orientation`=0.2617994 WHERE `id`=23272; |
