mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
2 lines
No EOL
194 B
SQL
2 lines
No EOL
194 B
SQL
UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `npcflag`&1024 and `npcflag`&512;
|
|
UPDATE `creature_template` SET `npcflag`=`npcflag`& ~1024 WHERE `npcflag`&1024 and (`npcflag`&512)=0; |