From faf9f481ef41902affe2867bbb5f51ac94ca41a6 Mon Sep 17 00:00:00 2001 From: Nay Date: Fri, 7 Sep 2012 04:12:45 +0100 Subject: DB/NPCs: Set UNIT_FLAG2_REGENERATE_POWER for all creatures (exceptions to this rule will have to be fixed) --- sql/updates/world/2012_09_07_01_world_creature_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_09_07_01_world_creature_template.sql (limited to 'sql') 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 -- cgit v1.2.3