diff options
author | Nay <dnpd.dd@gmail.com> | 2012-09-07 04:12:45 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-09-07 04:12:45 +0100 |
commit | faf9f481ef41902affe2867bbb5f51ac94ca41a6 (patch) | |
tree | a337d161baf65f8c5f7149fde37858a11cc9c521 | |
parent | 21d43781acf1c60a66e4aa139324bff8d24d24d6 (diff) |
DB/NPCs: Set UNIT_FLAG2_REGENERATE_POWER for all creatures
(exceptions to this rule will have to be fixed)
-rw-r--r-- | sql/updates/world/2012_09_07_01_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_07_01_world_creature_template.sql b/sql/updates/world/2012_09_07_01_world_creature_template.sql new file mode 100644 index 00000000000..16e4f670fd2 --- /dev/null +++ b/sql/updates/world/2012_09_07_01_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|0x800; -- UNIT_FLAG2_REGENERATE_POWER |