diff options
Diffstat (limited to 'npc/042-5')
-rw-r--r-- | npc/042-5/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index 4c8ff01be..4e681c7d5 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -154,7 +154,7 @@ function script KamelotTreasure { mesc l("You find @@ inside!", getitemlink(.@loot)); - // TODO: If itemtype == Armor/Weapon, make it guild bound and put bonus + // If itemtype == Armor/Weapon, make it guild bound and put bonus .@t=getiteminfo(.@loot, ITEMINFO_TYPE); if (.@t == IT_WEAPON) { getitembound .@loot, 1, 2; |