aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamilia Blow <windowstar24to7@gmail.com>2025-04-12 12:04:09 +0200
committerOvahlord <dreadkiller@gmx.de>2025-04-12 14:06:51 +0200
commitf4af1f18ae4b12ba3d4cb594bac271e9ac229c6e (patch)
treef72c06c3238bc6e3faddbaecc01b39eb70700ac4
parenta08088b1c52abf468644e6ec148b889738fa3c58 (diff)
DB/Gameobject: Added transport flags to Deeprun Tram
Closes #26903 (cherry picked from commit 04101639fe2b711d6abf2ee510621211647f18a9)
-rw-r--r--sql/updates/world/cata_classic/2025_04_12_07_world_2025_04_12_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_04_12_07_world_2025_04_12_02_world.sql b/sql/updates/world/cata_classic/2025_04_12_07_world_2025_04_12_02_world.sql
new file mode 100644
index 00000000000..a6a3a89ccc0
--- /dev/null
+++ b/sql/updates/world/cata_classic/2025_04_12_07_world_2025_04_12_02_world.sql
@@ -0,0 +1,2 @@
+-- Update Flags for deeprun Tram
+UPDATE `gameobject_template_addon` SET `flags` = 0x00000008 WHERE `entry` IN (218203,218204,218205,218206,218207,218208);