Fix Jeweler's room coordinates preventing it from being bought.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14837 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-07-10 09:50:37 +00:00
parent 745af6afe6
commit 9ad3927f51
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class GuildDues:
"CrystalRoom": (SecondFloor, 22, 13),
"Tannery": (SecondFloor, 22, 14),
"ThaumaturgyRoom": (SecondFloor, 21, 13),
"JewelersRoom": (SecondFloor, 22, 14),
"JewelersRoom": (SecondFloor, 21, 14),
"Bowyer": (ToolShed, 22, 16),
"Smithy": (ToolShed, 23, 16) }