telsamat
29.09.2011, 17:13
ytdb 608
core TC from date 29.9.2011
there are no alchemy trainer which are teaching us grandmaster alchemy
fix for this
DELETE FROM `npc_trainer` where spell=51303;
INSERT INTO `npc_trainer` (`entry`, `spell`, `spellcost`, `reqskill`, `reqskillvalue`, `reqlevel`) VALUES
(26903, 51303, 350000, 171, 350, 65),
(26951, 51303, 350000, 171, 350, 65),
(26975, 51303, 350000, 171, 350, 65),
(26987, 51303, 350000, 171, 350, 65),
(28703, 51303, 350000, 171, 350, 65),
(33588, 51303, 350000, 171, 350, 65);
core TC from date 29.9.2011
there are no alchemy trainer which are teaching us grandmaster alchemy
fix for this
DELETE FROM `npc_trainer` where spell=51303;
INSERT INTO `npc_trainer` (`entry`, `spell`, `spellcost`, `reqskill`, `reqskillvalue`, `reqlevel`) VALUES
(26903, 51303, 350000, 171, 350, 65),
(26951, 51303, 350000, 171, 350, 65),
(26975, 51303, 350000, 171, 350, 65),
(26987, 51303, 350000, 171, 350, 65),
(28703, 51303, 350000, 171, 350, 65),
(33588, 51303, 350000, 171, 350, 65);