mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
* Fixed a typo in 7147_world_creature_template.sql that prevented import
--HG-- branch : trunk
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user