summaryrefslogtreecommitdiff
path: root/npc/001-13
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-27 15:21:06 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-27 15:21:06 -0300
commit4c4fb5120094ef57fb47bb3124055f17d5125942 (patch)
tree179bff961080e0440077ef38a06371dd308be4c5 /npc/001-13
parentf835e04c04817a6aeaea185b0192f69e9a3a3ca6 (diff)
downloadserverdata-4c4fb5120094ef57fb47bb3124055f17d5125942.tar.gz
serverdata-4c4fb5120094ef57fb47bb3124055f17d5125942.tar.bz2
serverdata-4c4fb5120094ef57fb47bb3124055f17d5125942.tar.xz
serverdata-4c4fb5120094ef57fb47bb3124055f17d5125942.zip
Add notes and *facepalm* typo
Diffstat (limited to 'npc/001-13')
-rw-r--r--npc/001-13/main.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt
index 3f4ecad59..8e6e4c689 100644
--- a/npc/001-13/main.txt
+++ b/npc/001-13/main.txt
@@ -120,6 +120,8 @@ function script FYRaid_Select {
dispbottom l("Time left: %s", FuzzyTime(@tm));
closeclientdialog;
// TODO: Spawn an auxiliar every 10 levels
+ // Amount: level % 10
+ // Strength: level / 10
return;
}