From b57fec2961c8042cbe8cc19f65018e2b89e36df2 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 22 Jan 2010 10:21:25 -0700 Subject: * Fixed a typo in 7147_world_creature_template.sql that prevented import --HG-- branch : trunk --- sql/updates/7147_world_creature_template.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/7147_world_creature_template.sql b/sql/updates/7147_world_creature_template.sql index 2f46ba513f0..7202edab18a 100644 --- a/sql/updates/7147_world_creature_template.sql +++ b/sql/updates/7147_world_creature_template.sql @@ -1,6 +1,6 @@ ALTER TABLE `creature_template` DROP COLUMN `dmg_Mod`, -DROP COLUMN `rangeddmg_Mod`; +DROP COLUMN `rangeddmg_Mod`, ADD COLUMN `mindmg` float NOT NULL DEFAULT '0' AFTER `rank`, ADD COLUMN `maxdmg` float NOT NULL DEFAULT '0' AFTER `mindmg`, ADD COLUMN `attackpower` int(10) unsigned NOT NULL DEFAULT '0' AFTER `dmgschool`, -- cgit v1.2.3