diff options
author | Aokromes <jipr@hotmail.com> | 2014-01-23 11:42:50 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-01-23 11:42:50 +0100 |
commit | 17f11802889db0a974b36f7f2b7580ab494e352d (patch) | |
tree | cc831f16aa7f7c34f266ed837daa9e69b6c17c2a | |
parent | 3871421d5a92fe8c84581a104a7a8b75b3dae881 (diff) |
DB/Creature: Fix Rubble Stalker Kologarn
By Vincent-Michael, closes #5507
-rw-r--r-- | sql/updates/world/2014_01_23_11_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |