mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user