From 15f7697284197f8cf3a7f06736a2fa7d833b048f Mon Sep 17 00:00:00 2001 From: zxbiohazardzx Date: Mon, 21 Mar 2011 21:49:24 +0100 Subject: DB/Creatures: Remove Beast Lore information for non-hunters on all creatures --- sql/updates/world/2011_03_21_2_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_03_21_2_world_creature_template.sql (limited to 'sql/updates') 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; -- cgit v1.2.3