fix(DB/Quest): On Ruby Wings - prevent Antiok idle despawn pre-engage (#25785)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-05-10 11:33:24 -03:00
committed by GitHub
parent bf7b54c899
commit f4be7b1e2b

View File

@@ -0,0 +1,6 @@
-- Restore TEMPSUMMON_MANUAL_DESPAWN (8) with no timer for Thiassi -> Antiok
-- accessory. With timer 0 this is rewritten to TEMPSUMMON_DEAD_DESPAWN at
-- runtime, so Antiok only despawns when he dies and no longer ticks down
-- while seated on Thiassi pre-engage.
UPDATE `vehicle_template_accessory` SET `summontype` = 8, `summontimer` = 0
WHERE `entry` = 28018 AND `accessory_entry` = 28006;