Показать сообщение отдельно
Старый 29.09.2011, 17:13   #1
telsamat
Trinity User
 
Регистрация: 21.08.2010
Сообщений: 72
Сказал(а) спасибо: 2
Поблагодарили 21 раз(а) в 17 сообщениях
telsamat На верном пути
По умолчанию alchemy trainer problems

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);

Последний раз редактировалось telsamat; 30.09.2011 в 10:40.
telsamat вне форума