diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2010-12-17 14:35:27 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2010-12-17 14:35:27 +0100 |
commit | 9f9111a37265457ef2f4ff2772fd0f2e04c463b0 (patch) | |
tree | 4d69f1aedb79d3e058648eb0aa8a92ff2c96e2d2 /npc/xmas | |
parent | 9a1500fe53f61513fcc343180717ca79ed62e2e8 (diff) | |
download | serverdata-9f9111a37265457ef2f4ff2772fd0f2e04c463b0.tar.gz serverdata-9f9111a37265457ef2f4ff2772fd0f2e04c463b0.tar.bz2 serverdata-9f9111a37265457ef2f4ff2772fd0f2e04c463b0.tar.xz serverdata-9f9111a37265457ef2f4ff2772fd0f2e04c463b0.zip |
removed a line in golbanez, which tells you the worth of your present
we don't want to ruin the surprise, do we?
Diffstat (limited to 'npc/xmas')
-rwxr-xr-x | npc/xmas/2010/golbanez.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/2010/golbanez.txt b/npc/xmas/2010/golbanez.txt index 665f1b2e..0c308ef4 100755 --- a/npc/xmas/2010/golbanez.txt +++ b/npc/xmas/2010/golbanez.txt @@ -57,7 +57,7 @@ if (countitem(@menuitem[@menu]) < @count ) goto Glb_noitems; delitem @menuitem[@menu], @count; set @Give, (@count * @menuvalue[@menu]); - mes ""+@Give+""; + //mes ""+@Give+""; set @Gave_Presents, 1; goto Glb_checkGlAn; |