diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-24 14:22:29 +0000 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-24 14:22:29 +0000 |
| commit | ca0aa4f19f8d27c513dde93eb8a0931f56b20642 (patch) | |
| tree | 4b42f93706ea7cc677611e4c78c336d577100fab | |
| parent | 879678e50f71666646b2489ee2f86336e21a28a0 (diff) | |
DB/Conditions: Battered Storm Hammer
Battered storm hammer can only be used on The Iron Watcher wowhead comments state this will not work on any other target.
| -rw-r--r-- | sql/updates/world/2015_02_24_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_24_00_world.sql b/sql/updates/world/2015_02_24_00_world.sql new file mode 100644 index 00000000000..e0b1a44286e --- /dev/null +++ b/sql/updates/world/2015_02_24_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` =17 AND `SourceEntry`=56448; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 56448, 0, 0, 31, 1, 3, 30142, 0, 0, 0, 0, '', 'Storm Hammer only targets only The Iron Watcher'); |
