diff options
| author | malcromdev@gmail.com> <none@none> | 2010-04-05 02:05:26 -0230 |
|---|---|---|
| committer | malcromdev@gmail.com> <none@none> | 2010-04-05 02:05:26 -0230 |
| commit | ce1280627d7f075ec7cbd54182089714086f808e (patch) | |
| tree | 8a3b44c1647fc6baf8d9622e6f0624ad0e66f475 /sql | |
| parent | 160666fa0007ac21920ac438688787f8d7b74004 (diff) | |
Add option maxPercentHealth to item_required_target to allow setting health percentage a target must be at before item use on item_required_target is allowed. This will allow better scripting of quest item use on some creatures.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/7770_world_item_required_target.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7770_world_item_required_target.sql b/sql/updates/7770_world_item_required_target.sql new file mode 100644 index 00000000000..1a3ba551099 --- /dev/null +++ b/sql/updates/7770_world_item_required_target.sql @@ -0,0 +1,2 @@ +ALTER TABLE `item_required_target` +ADD `maxPercentHealth` TINYINT(3) UNSIGNED NOT NULL DEFAULT 100; |
