diff options
| author | offl <offl@users.noreply.github.com> | 2020-07-09 22:43:20 +0200 |
|---|---|---|
| committer | Killyana <Killyana@users.noreply.github.com> | 2020-07-09 22:43:20 +0200 |
| commit | 6c806490d339b78e7de5a6ddf49c91f4dca0c751 (patch) | |
| tree | 47f8a5f0177e717edbfb2585df9cfbc6baa4063c | |
| parent | 98c37b15e01146d50940d284fc0daac88ff6e3f5 (diff) | |
DB: Restore incorrectly removed spawn_group data
Closes #24977
| -rw-r--r-- | sql/updates/world/3.3.5/2020_07_09_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_09_03_world.sql b/sql/updates/world/3.3.5/2020_07_09_03_world.sql new file mode 100644 index 00000000000..4fb41ff6525 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_09_03_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spawn_group` WHERE `spawnType` = 1 AND `spawnId` IN (86751,86010); +INSERT INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) VALUES +(4,1,86751), +(4,1,86010); |
