From 17f11802889db0a974b36f7f2b7580ab494e352d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 23 Jan 2014 11:42:50 +0100 Subject: DB/Creature: Fix Rubble Stalker Kologarn By Vincent-Michael, closes #5507 --- sql/updates/world/2014_01_23_11_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_01_23_11_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_01_23_11_creature_template.sql b/sql/updates/world/2014_01_23_11_creature_template.sql new file mode 100644 index 00000000000..efb5c7871af --- /dev/null +++ b/sql/updates/world/2014_01_23_11_creature_template.sql @@ -0,0 +1,2 @@ +-- Rubble Stalker Kologarn +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=33809; -- cgit v1.2.3