aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGolrag <golrag.jeremy@gmail.com>2024-05-25 21:05:14 +0200
committerShauren <shauren.trinity@gmail.com>2024-05-25 22:05:53 +0200
commit27e23600bb9c47440cca12a4ddaa4627166b0327 (patch)
treeb191fc2ae9179a4cefe769610db0cbac7b027078 /sql
parent5b130cfb4253a94c08ff807e7f28e988651d2476 (diff)
Core/Players: Extended world_safe_locs with transport guid - this allows teleporting to a different map directly to a transport and having graveyards on transports
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_05_25_08_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_05_25_08_world.sql b/sql/updates/world/master/2024_05_25_08_world.sql
new file mode 100644
index 00000000000..6ec6ba7d10b
--- /dev/null
+++ b/sql/updates/world/master/2024_05_25_08_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `world_safe_locs` ADD `TransportSpawnId` bigint unsigned DEFAULT NULL AFTER `Facing`;