diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-21 14:59:52 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 14:16:16 +0100 |
| commit | 9eb5e920fd4a62ebea42561b27e22db4e26260da (patch) | |
| tree | 477c14675145e5ca7aef1e1684a0eade772df09a | |
| parent | 202b01bd0f5b79e6f551b6113cd14024fc8e6062 (diff) | |
DB/Creature: Remove a wrong spawn of "[DND]Esprit 1"
Closes #15555
(cherry picked from commit ff71da2b05210c1d0ed088ef12b06bf4632ff830)
| -rw-r--r-- | sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql b/sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql new file mode 100644 index 00000000000..03c7db23de9 --- /dev/null +++ b/sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=84939 AND `id`=22023; |
