mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
4
sql/updates/5847_mangos_command.sql
Normal file
4
sql/updates/5847_mangos_command.sql
Normal file
|
|
@ -0,0 +1,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.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue