diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-01 21:16:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-01 21:16:37 -0300 |
commit | dc929d2bf49f356122058c5436c49518d679b67f (patch) | |
tree | 8059f9fa61be708915ce695ec1f31cece99e30df | |
parent | 05d6f078e3ae27e8ed03123ab13584610e37c0c4 (diff) | |
download | serverdata-dc929d2bf49f356122058c5436c49518d679b67f.tar.gz serverdata-dc929d2bf49f356122058c5436c49518d679b67f.tar.bz2 serverdata-dc929d2bf49f356122058c5436c49518d679b67f.tar.xz serverdata-dc929d2bf49f356122058c5436c49518d679b67f.zip |
Get rid of old features from Mercenary Trainer
-rw-r--r-- | npc/020-1/trainer.txt | 1 | ||||
-rw-r--r-- | npc/items/mercenary.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/npc/020-1/trainer.txt b/npc/020-1/trainer.txt index df039743d..a6f001f00 100644 --- a/npc/020-1/trainer.txt +++ b/npc/020-1/trainer.txt @@ -51,7 +51,6 @@ L_Main: .@mid=merc_randid(0, 0, 0, 1000, 0); mercenary_create(.@mid, 3600000); POL_PlayerMoney(.@gp); - debugmes "New merc: %d", .@mid; } break; case 3: diff --git a/npc/items/mercenary.txt b/npc/items/mercenary.txt index 87031e619..ea7f1389a 100644 --- a/npc/items/mercenary.txt +++ b/npc/items/mercenary.txt @@ -99,7 +99,7 @@ function script merc_randid { .@n=any_of(.@r); } - debugmes "Return: %d ([%d, %d, %d])", .@n, .@r[0], .@r[1], .@r[2]; + //debugmes "Return: %d ([%d, %d, %d])", .@n, .@r[0], .@r[1], .@r[2]; return .@n; } |