aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/5847_mangos_command.sql
blob: 473385d98385b3cdf7519506abda2d4e24e8a227 (plain)
1
2
3
4
DELETE FROM `command` WHERE `name` = 'damage';

INSERT INTO `command` (`name`,`security`,`help`) VALUES
('damage',3,'Syntax: .damage $damage_amount [$school [$spellid]]\r\n\r\nApply $damage to target. If not $school and $spellid provided then this flat clean melee damage without any modifiers. If $school provided then damage modified by armor reduction (if school physical), and target absorbing modifiers and result applied as melee damage to target. If spell provided then damage modified and applied as spell damage. $spellid can be shift-link.');