DB/Creatures: Removed "Class Trainer" & "Trainer" flags from class trainers

This commit is contained in:
Kinzcool
2014-11-17 00:07:42 -05:00
parent 2580e7e30b
commit cff8b62448
@@ -0,0 +1 @@
UPDATE `creature_template` SET `npcflag`=`npcflag`-0x30 WHERE npcflag&0x20 AND npcflag&0x10;