fix pilot despawn instead of dying

This commit is contained in:
Jelle Meeus 2025-10-13 23:48:11 +02:00
parent 643b795f98
commit b97b0450b0
No known key found for this signature in database

View File

@ -25,3 +25,6 @@ UPDATE `vehicle_template_accessory` SET `summontype`=5 WHERE `entry`=32225 AND `
-- Immune to PC
UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 256 WHERE (`entry` IN (32225, 31881));
UPDATE `vehicle_template_accessory` SET `minion`=0, `summontype`=5, `summontimer`=0 WHERE `entry`=31881 AND `seat_id`=0;
UPDATE `vehicle_template_accessory` SET `minion`=0, `summontype`=5, `summontimer`=0 WHERE `entry`=32225 AND `seat_id`=0;