From a781555f94623072bf61044ee444fbc7a464d12a Mon Sep 17 00:00:00 2001 From: Nay Date: Wed, 8 Aug 2012 03:11:10 +0100 Subject: Core&DB/NPCs: Add an extra field for mana_mod in creature_template (for proper mana calculations) This field is usually 2 for a small group of creatures with double mana --- sql/updates/world/2012_08_08_00_world_creature_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_08_08_00_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_08_08_00_world_creature_template.sql b/sql/updates/world/2012_08_08_00_world_creature_template.sql new file mode 100644 index 00000000000..1e934b9f612 --- /dev/null +++ b/sql/updates/world/2012_08_08_00_world_creature_template.sql @@ -0,0 +1 @@ +ALTER TABLE `creature_template` ADD `Mana_mod_extra` float NOT NULL DEFAULT '1' AFTER `Mana_mod`; -- cgit v1.2.3