diff options
author | Meji <alvaro.megias@outlook.com> | 2024-05-05 17:57:42 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-05-28 16:50:30 +0200 |
commit | d61979a768804ea8d5cee928736ef9d76b17144a (patch) | |
tree | 13e1c714edfde45fba346fc652becb86e3e81234 | |
parent | 814c5c3a4bb596f9fca9370dde5e0cdcff6f3538 (diff) |
DB/Graveyards: Drop custom world_safe_locs
(cherry picked from commit ef63bbe4927f04fa7bb19d530ce082a4d849c989)
-rw-r--r-- | sql/updates/world/master/2024_05_05_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_05_05_01_world.sql b/sql/updates/world/master/2024_05_05_01_world.sql new file mode 100644 index 00000000000..cc0cec1cf92 --- /dev/null +++ b/sql/updates/world/master/2024_05_05_01_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `world_safe_locs` WHERE `ID`=80000; +UPDATE `graveyard_zone` SET `ID`=6928, `Comment`='BRD Hub Safe Loc' WHERE `ID`=80000; |