mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(DB/Creature) Set Unit Flag to Persistence. (#23325)
This commit is contained in:
parent
4670a9a3d5
commit
cbfffe8a2e
1 changed files with 3 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue