mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
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>
6 lines
322 B
SQL
6 lines
322 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_2008_10_31_02_mangos_mangos_string required_2008_10_31_03_mangos_command bit;
|
|
|
|
DELETE FROM command WHERE name IN ('npc tame');
|
|
|
|
INSERT INTO command VALUES
|
|
('npc tame',2,'Syntax: .npc tame\r\n\r\nTame selected creature (tameable non pet creature). You don''t must have pet.');
|