From a5ab8505053da268bb8da8366cb4b481c6346679 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 12 Dec 2021 21:58:39 +0100 Subject: chore: clean up npc_trainer logic --- docs/npc_trainer.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/npc_trainer.md b/docs/npc_trainer.md index 219e929..0e5d714 100644 --- a/docs/npc_trainer.md +++ b/docs/npc_trainer.md @@ -22,11 +22,10 @@ This table contains all the spells that each trainer can teach. ### ID -Usually, this would be an entry of a creature referring to [creature\_template.entry](creature_template#creature_template-entry). However, Biohazard included several trainer lists by refering to their id. For more information, see [Reference\_list](Trainer_reference). - +Usually, this would be an entry of a creature referring to [creature\_template.entry](creature_template#creature_template-entry). ### SpellID -The spell ID from [Spell.dbc](Spell). If the ID is negative, it's pointing to a reference template. +The spell ID from [Spell.dbc](Spell). If the ID is negative, it's a reference pointing to the positive value of ID. ### MoneyCost -- cgit