diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-11-22 01:56:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 01:56:11 +0100 |
commit | b7471244adb08f112214634b27d7daf2da19aa0f (patch) | |
tree | ce3b6ef9773b958b6ceff6f9140dc3318f59b85f | |
parent | c6fb43947bf531eb737c17c1a95d8157db421c75 (diff) |
DB/Creature: Fix people still on combat after killing tyrannus
updates #30420 by Odyssey
-rw-r--r-- | sql/updates/world/3.3.5/2024_11_22_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_11_22_00_world.sql b/sql/updates/world/3.3.5/2024_11_22_00_world.sql new file mode 100644 index 00000000000..1e516578e94 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_11_22_00_world.sql @@ -0,0 +1,2 @@ +-- Pit of Saron: Set Tyrannus as vehicle minion +UPDATE `vehicle_template_accessory` SET `minion`=1 WHERE `entry`=36794; |