From 27e23600bb9c47440cca12a4ddaa4627166b0327 Mon Sep 17 00:00:00 2001 From: Golrag Date: Sat, 25 May 2024 21:05:14 +0200 Subject: 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 --- sql/updates/world/master/2024_05_25_08_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2024_05_25_08_world.sql (limited to 'sql') 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`; -- cgit v1.2.3