diff options
author | Killyana <morphone1@gmail.com> | 2018-04-08 00:36:03 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-04-08 00:36:03 +0200 |
commit | 847cbd5e93b8149c3e6b69be4e9a51397c6a1498 (patch) | |
tree | e9e7524d70c95c8b59b86baa61fc419c5441d853 | |
parent | 4988d9d405a419a577a6863c5124cfa5701a78b6 (diff) |
DB/GameObject: Remove wrong spawns summoned by spells
-rw-r--r-- | sql/updates/world/3.3.5/2018_04_07_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_04_07_00_world.sql b/sql/updates/world/3.3.5/2018_04_07_00_world.sql new file mode 100644 index 00000000000..f840aacdac5 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_04_07_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `id` IN (191163); |