Merge branch 'master' into fix/raise-ally-target-check

This commit is contained in:
Luca Folloni 2025-10-22 00:20:42 +02:00 committed by GitHub
commit 3d95562d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,4 @@
-- DB update 2025_10_19_00 -> 2025_10_21_00
-- Set Unit Flags (Persistence)
UPDATE `creature_template` SET `unit_flags` = `unit_flags` |256|512|33554432 WHERE (`entry` = 29863);