fix(DB/Quest): On Ruby Wings - prevent Antiok despawn when Thiassi dies (#25683)

Co-authored-by: Dr-J <daniel.jarrott0@gmail.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-05-02 05:15:22 -03:00
committed by GitHub
parent 55c231ae04
commit f92dbd1ff3

View File

@@ -0,0 +1,4 @@
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 28006 AND `id` = 7);
UPDATE `vehicle_template_accessory` SET `summontype` = 1, `summontimer` = 30000
WHERE `entry` = 28018 AND `accessory_entry` = 28006;