aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_09_06_00_world_creature_template.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_06_00_world_creature_template.sql b/sql/updates/world/2014_09_06_00_world_creature_template.sql
new file mode 100644
index 00000000000..36bed391dd4
--- /dev/null
+++ b/sql/updates/world/2014_09_06_00_world_creature_template.sql
@@ -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