diff options
author | Kittnz <frederik156@hotmail.com> | 2016-05-26 19:28:36 +0200 |
---|---|---|
committer | Kittnz <frederik156@hotmail.com> | 2016-05-26 19:28:36 +0200 |
commit | 4f7911465bf8453c24c49cff53bcbd8c589d018d (patch) | |
tree | 0c754e75a341f2ee88d2b94fb90380e7c51cd8a1 | |
parent | 9e797e48ea83fa8b73c2024fe230d5ddf7a92049 (diff) |
DB/Creature: Add flag guard Deathguard Elite
by Kodekc
Closes #17147
-rw-r--r-- | sql/updates/world/3.3.5/2016_05_26_05_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_26_05_world.sql b/sql/updates/world/3.3.5/2016_05_26_05_world.sql new file mode 100644 index 00000000000..192ea0893d3 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_26_05_world.sql @@ -0,0 +1,3 @@ +-- DB/Creature: Add flag guard Deathguard Elite +-- creature is a guard (Will ignore feign death and vanish) +UPDATE `creature_template` SET `flags_extra`=32768 WHERE `entry`=7980; |