[2008_10_31_02_mangos_mangos_string.sql 2008_10_31_03_mangos_command.sql] Added new...
commit5f708d3d06182c7462e130a9cf51ef72773613e0
authordythzer <micke223@gmail.com>
Sun, 26 Oct 2008 23:25:00 +0000 (27 00:25 +0100)
committerVladimirMangos <vladimir@getmangos.com>
Sat, 1 Nov 2008 00:24:05 +0000 (1 03:24 +0300)
tree5e2956072a03c9353efdd5c902fad46679572b8b
parent0f2716e1ee9010c680b87f3a85de1bd394853442
[2008_10_31_02_mangos_mangos_string.sql 2008_10_31_03_mangos_command.sql] Added new command: .npc tame - Creates a pet of the selected creature.

Works for all classes, not only hunter. Pet also saved in DB.

Signed-off-by: dythzer <micke223@gmail.com>
Command renamed to .npc tame and code updated to use common function with spell effect.
Targeted creature not killed and tamed pet show up before player.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
sql/mangos.sql
sql/updates/2008_10_31_02_mangos_mangos_string.sql [new file with mode: 0644]
sql/updates/2008_10_31_03_mangos_command.sql [new file with mode: 0644]
sql/updates/Makefile.am
src/game/Chat.cpp
src/game/Chat.h
src/game/Language.h
src/game/Level2.cpp