I will take a look at home later the latest DB version to check on spells, as with a quick glance, PEQ doesn't appear to have Kragg's Mending, which means the Shaman bot doesn't have a healing spell from LVL 57 to 62, when it gets Tnarg's Mending. I didn't realize it because it is in Congdar's bot_spell.xls file, but didn't make it into the .sql file to load into the DB.
EDIT- Kragg's Mending insert
INSERT INTO npc_spells_entries (npc_spells_id, spellid, type, minlevel, maxlevel, priority) VALUES
-- Mini (%) CHeal - Shaman
(706, 2435, 2, 58, 62, 2); -- Kragg's Mending
|