[7168] Spell shift-link and command improvements.

* Support Htrade shift link (it created by client at click by crafting profession spell icon in spellbook)
  in spell comands.
* Support "all" second arg for .learn for learning not provided spell id but it's all ranks.
* Drop support range for .unlearn command but support instead "all" second arg for unlearn not specific spell id but it's all ranks.
* In .list auras output print spell names as shift links for better readable view.
* Add to beggining Chat.cpp lists all supported by commands shift-links (client generated and server-side)
This commit is contained in:
VladimirMangos 2009-01-25 07:08:38 +03:00
parent ae5b65765d
commit 4dc06d6d9e
9 changed files with 148 additions and 83 deletions

View file

@ -150,6 +150,7 @@ pkgdata_DATA = \
7149_01_mangos_spell_proc_event.sql \
7150_01_mangos_playercreateinfo_spell.sql \
7156_01_mangos_spell_proc_event.sql \
7168_01_mangos_command.sql \
README
## Additional files to include when running 'make dist'
@ -280,4 +281,5 @@ EXTRA_DIST = \
7149_01_mangos_spell_proc_event.sql \
7150_01_mangos_playercreateinfo_spell.sql \
7156_01_mangos_spell_proc_event.sql \
7168_01_mangos_command.sql \
README