mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature) Set Unit Flag to Persistence. (#23325)
This commit is contained in:
3
data/sql/updates/pending_db_world/Persistence.sql
Normal file
3
data/sql/updates/pending_db_world/Persistence.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Set Unit Flags (Persistence)
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` |256|512|33554432 WHERE (`entry` = 29863);
|
||||
Reference in New Issue
Block a user