diff options
author | Kamilia Blow <windowstar24to7@gmail.com> | 2025-04-12 12:04:09 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-04-12 14:06:51 +0200 |
commit | f4af1f18ae4b12ba3d4cb594bac271e9ac229c6e (patch) | |
tree | f72c06c3238bc6e3faddbaecc01b39eb70700ac4 | |
parent | a08088b1c52abf468644e6ec148b889738fa3c58 (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.sql | 2 |
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); |