diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-26 23:54:12 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-26 23:54:12 +0200 |
commit | 59fb6de64df79632f247a20f0e04a04fa21fa2d1 (patch) | |
tree | 36c35c95d6c0775bb5382667931a4a5781d2c4a7 | |
parent | c32bd7e2bb058272c07681e5b5483868644b5d50 (diff) | |
download | serverdata-59fb6de64df79632f247a20f0e04a04fa21fa2d1.tar.gz serverdata-59fb6de64df79632f247a20f0e04a04fa21fa2d1.tar.bz2 serverdata-59fb6de64df79632f247a20f0e04a04fa21fa2d1.tar.xz serverdata-59fb6de64df79632f247a20f0e04a04fa21fa2d1.zip |
Fix a misspelled label in the debug function.
-rwxr-xr-x | world/map/npc/functions/debug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/debug.txt b/world/map/npc/functions/debug.txt index 6880c904..b3692606 100755 --- a/world/map/npc/functions/debug.txt +++ b/world/map/npc/functions/debug.txt @@ -441,7 +441,7 @@ L_ChangeFocusSkills: "Speed.", L_ChangeSpeedSkill, "Resist Poison.", L_ChangeResistPoisonSkill, "Astral Soul.", L_ChangeAstralSoulSkill, - "Raging.", LChangeRagingSkill, + "Raging.", L_ChangeRagingSkill, "All focus skills to their maximum level.", L_AllFocusSkills, "Back to the focus skills menu.", L_FocusSkills, "Close.", -; |