diff options
author | natnat201193 <natnat201193@users.noreply.github.com> | 2020-03-06 15:59:18 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-22 21:46:55 +0100 |
commit | bab4e668b8bcc00d18f4d1c5132afc9719c4cb1d (patch) | |
tree | 20fdd1d050d085adfa1b10fd4d7a5af54a8790e6 | |
parent | 29aef603efefdbecf32d7376b1c24781cb635f04 (diff) |
DB: Remove a Telhamat Protector wrong spawn
Ref #24255
(cherry picked from commit 94147f24bf24db6a1741208a734facedd7f9c1f8)
-rw-r--r-- | sql/updates/world/master/2021_12_22_15_world_2020_03_06_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_22_15_world_2020_03_06_00_world.sql b/sql/updates/world/master/2021_12_22_15_world_2020_03_06_00_world.sql new file mode 100644 index 00000000000..d35389deb14 --- /dev/null +++ b/sql/updates/world/master/2021_12_22_15_world_2020_03_06_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` =67032 AND `id` =18758; |