diff options
author | natnat201193 <natnat201193@users.noreply.github.com> | 2020-03-06 15:59:18 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-03-06 15:59:18 +0100 |
commit | 94147f24bf24db6a1741208a734facedd7f9c1f8 (patch) | |
tree | ff91955a316a58b82fc342d73163d1e275b8ea79 | |
parent | c5226aec41ce1430b53cc5b4073dff644fe37dac (diff) |
DB: Remove a Telhamat Protector wrong spawn
Ref #24255
-rw-r--r-- | sql/updates/world/3.3.5/2020_03_06_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_06_00_world.sql b/sql/updates/world/3.3.5/2020_03_06_00_world.sql new file mode 100644 index 00000000000..d35389deb14 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_06_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` =67032 AND `id` =18758; |