diff options
author | Killyana <morphone1@gmail.com> | 2018-02-10 20:42:12 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-02-10 20:42:12 +0100 |
commit | e4817aa822e1b24e72bc8db34858d429f6b8b5aa (patch) | |
tree | 4d8b52dc7ed9eec538b56836c2583d8a9b960d82 | |
parent | 54b0b8f5ead41f936b12e97d1b4fbacd9b89ab53 (diff) |
DB: Fix some DB errors
Ref https://github.com/TrinityCore/TrinityCore/commit/3acd9a7c4f7f4372b27f0e1a15c18b00435c9a03
-rw-r--r-- | sql/updates/world/3.3.5/2018_02_10_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_10_00_world.sql b/sql/updates/world/3.3.5/2018_02_10_00_world.sql new file mode 100644 index 00000000000..ad19973dc22 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_10_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spawn_group` WHERE `spawnId` IN (64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993) AND `spawnType`=0 AND `groupId`=2; |