diff options
Diffstat (limited to 'npc/soren/main.txt')
-rw-r--r-- | npc/soren/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt index fdeb712b0..b74df03e8 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -16,7 +16,7 @@ // Notes: // I had two options: // getvariableofnpc(<variable>, "<npc name>") -// This way, each summon point would have .caster and .lifetime +// This way, each summon point would have .caster and .lifetime // getvariableofpc(<variable>, <account id>{, <default value>}) // This way, I could use @cast_places to control stuff. // |