diff options
-rw-r--r-- | sql/updates/world/2014_12_14_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_12_14_02_world.sql b/sql/updates/world/2014_12_14_02_world.sql index ee14b613783..53748f2b81c 100644 --- a/sql/updates/world/2014_12_14_02_world.sql +++ b/sql/updates/world/2014_12_14_02_world.sql @@ -85,5 +85,5 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (13, 1, 50892, 0, 31, 3, @Machine, 0, 0, '', 'Only petrus flying machine is the target for the rockets'), (13, 1, 50878, 0, 31, 3, @Machine, 0, 0, '', 'Only petrus flying machine is the target for the rockets'); -UPDATE `creature_template` SET `dmg_multiplier`=5 WHERE `entry`=28468; +UPDATE `creature_template` SET `DamageModifier`=5 WHERE `entry`=28468; |