diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-09-21 23:58:37 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-21 23:58:37 +0200 |
commit | ede3f630bc80e3f5c9dac346c0e530fef9daf1a6 (patch) | |
tree | f5445decaeb9108f4cddbd1acc5d194f30aeb721 | |
parent | 6156c2deb41b57149cd34c8043e7e0fd24e75e48 (diff) |
DB/Nexus: Remove unneeded linked_respawn
-rw-r--r-- | sql/updates/world/3.3.5/2022_09_21_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_09_21_10_world.sql b/sql/updates/world/3.3.5/2022_09_21_10_world.sql new file mode 100644 index 00000000000..9d251c94123 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_09_21_10_world.sql @@ -0,0 +1,2 @@ +-- handled by spawn groups already +DELETE FROM `linked_respawn` WHERE `linkedGuid` IN (126599); |