Fix probably broken crystal room price (12 jade instead of 2 platinum).
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15997 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
fb2353fff7
commit
a183694955
|
@ -109,7 +109,7 @@ class GuildDues:
|
||||||
|
|
||||||
'BBQ':500000*12,
|
'BBQ':500000*12,
|
||||||
'AlchemyLab':500000*24,
|
'AlchemyLab':500000*24,
|
||||||
"CrystalRoom":100,
|
"CrystalRoom":500000*12,
|
||||||
"Tannery":500000*12,
|
"Tannery":500000*12,
|
||||||
"JewelersRoom":500000*24,
|
"JewelersRoom":500000*24,
|
||||||
"ThaumaturgyRoom":500000*12,
|
"ThaumaturgyRoom":500000*12,
|
||||||
|
|
Loading…
Reference in New Issue