mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/NPCs: Remove dynamicflags that should not be in the DB
Tapped and lootable flags
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
UPDATE `creature_template` SET `dynamicflags`=`dynamicflags` &~ 1; -- lootable
|
||||
UPDATE `creature_template` SET `dynamicflags`=`dynamicflags` &~ 4; -- tapped
|
||||
UPDATE `creature_template` SET `dynamicflags`=`dynamicflags` &~ 8; -- tapped by player
|
||||
UPDATE `creature_template` SET `dynamicflags`=`dynamicflags` &~ 128; -- tapped by threat list
|
||||
Reference in New Issue
Block a user