diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-14 19:59:32 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-14 19:59:32 +0000 |
commit | 446cd485b683fcee661e168197237d4646475df9 (patch) | |
tree | f957d7ef42bcc0556997577d0581328c967b1a24 | |
parent | 46828c48b041c78ed901605833c1ba6d10f501f5 (diff) |
Update 2014_12_14_02_world.sql
-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; |