fixed syntax error.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13757 282e977c-c81d-0410-88c4-b93c2d0d6712
master
Alestan 2010-09-07 02:42:28 +00:00
parent 6735bd2158
commit bd21022abc
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ if (guildname):
try:
Amount=int(text[1])
if Price!=None:
if Price!=None:
balance=bank.getbalance(accountname)
if Price<=balance:
Card=False