diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 18:12:55 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 18:12:55 -0700 |
commit | 135f0fe12564decad0d3e2ff8af8f798b0a7f4cf (patch) | |
tree | e4f9e8ac285413342214576545f020ff39fd8baf /world/map/npc/009-6/brodomir.txt | |
parent | 9f883e9770523d3ff2b2f79129cffb523419c6b6 (diff) | |
download | serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.tar.gz serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.tar.bz2 serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.tar.xz serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.zip |
Canonicalize event label capitalization
Diffstat (limited to 'world/map/npc/009-6/brodomir.txt')
-rw-r--r-- | world/map/npc/009-6/brodomir.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/009-6/brodomir.txt b/world/map/npc/009-6/brodomir.txt index ab26c081..8d9bf5f5 100644 --- a/world/map/npc/009-6/brodomir.txt +++ b/world/map/npc/009-6/brodomir.txt @@ -192,10 +192,10 @@ L_SkipItemback: L_Check: if (getareausers("009-5.gat", 20, 20, 80, 80, 1) > 1) end; - areatimer "009-5.gat", 20, 20, 80, 80, 0, "Brodomir::onReward"; + areatimer "009-5.gat", 20, 20, 80, 80, 0, "Brodomir::OnReward"; goto L_End; -onReward: +OnReward: if (isdead()) goto L_Dead; message strcharinfo(0), "Congratulations you won!"; |