diff options
| author | Killyana <morphone1@gmail.com> | 2017-11-22 20:59:12 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-22 20:59:12 +0100 |
| commit | 96768319dea1d3905c0bbc78898c4d5d03f9045f (patch) | |
| tree | e194591e2254f8fe08098bbe9650560bc3b6ad68 | |
| parent | caefe2b43e20eef28689c94c230f00fb5e61af20 (diff) | |
DB/Creature: Remove Gregory Tabor double spawn
Clsoes #20956
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_22_03_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_22_03_world_335.sql b/sql/updates/world/3.3.5/2017_11_22_03_world_335.sql new file mode 100644 index 00000000000..2b59b31859c --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_22_03_world_335.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=43465 AND `id`=34675; |
