diff options
author | Killyana <morphone1@gmail.com> | 2018-02-10 20:42:12 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-19 23:33:38 +0200 |
commit | f2c36b86341b7d8125ba965c92ee4139f206499c (patch) | |
tree | 770103aac527950189d361594fde23df08a2bd35 /sql | |
parent | 66f7e5799023d6f78ca42ab8bca0f6640c556933 (diff) |
DB: Fix some DB errors
Ref https://github.com/TrinityCore/TrinityCore/commit/3acd9a7c4f7f4372b27f0e1a15c18b00435c9a03
(cherry picked from commit e4817aa822e1b24e72bc8db34858d429f6b8b5aa)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_06_19_16_world_2018_02_10_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_19_16_world_2018_02_10_00_world.sql b/sql/updates/world/master/2021_06_19_16_world_2018_02_10_00_world.sql new file mode 100644 index 00000000000..ad19973dc22 --- /dev/null +++ b/sql/updates/world/master/2021_06_19_16_world_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; |