aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-11-17 00:07:42 -0500
committerKinzcool <kinzzcool@hotmail.com>2014-11-17 00:07:42 -0500
commitcff8b624483f14ae4d2a7cd65a3455f15595cc1f (patch)
treefa8c232a199500c5a9492deff0551d5d9afa896a
parent2580e7e30b21fdc46ea302761b08545d222fbaab (diff)
DB/Creatures: Removed "Class Trainer" & "Trainer" flags from class trainers
-rw-r--r--sql/updates/world/2014_11_16_06_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_16_06_world.sql b/sql/updates/world/2014_11_16_06_world.sql
new file mode 100644
index 00000000000..db999f41dac
--- /dev/null
+++ b/sql/updates/world/2014_11_16_06_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `npcflag`=`npcflag`-0x30 WHERE npcflag&0x20 AND npcflag&0x10;