aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzxbiohazardzx <zxbiohazardzx@gmail.com>2011-03-21 21:49:24 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2011-03-21 21:49:24 +0100
commit15f7697284197f8cf3a7f06736a2fa7d833b048f (patch)
tree783c5a5e24e264bdb8ee06c485b5340b304352ee
parent827c9d3fe7713d3be2bcfccdbf3bb451c8d95a50 (diff)
DB/Creatures: Remove Beast Lore information for non-hunters on all creatures
-rw-r--r--sql/updates/world/2011_03_21_2_world_creature_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_21_2_world_creature_template.sql b/sql/updates/world/2011_03_21_2_world_creature_template.sql
new file mode 100644
index 00000000000..960d96663c0
--- /dev/null
+++ b/sql/updates/world/2011_03_21_2_world_creature_template.sql
@@ -0,0 +1,2 @@
+-- Remove beast lore info from all creatures
+UPDATE `creature_template` SET `dynamicflags`=`dynamicflags`&~16;