Patch #335 Remove duplicate food items from the table in the Noble Rest, courtesy of Kevin Zheng. Removed duplicate food items on the table that don't need to be there.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18742 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
f6e102ee42
commit
d77dac3e60
|
@ -7,7 +7,7 @@ height 22
|
||||||
enter_x 10
|
enter_x 10
|
||||||
enter_y 18
|
enter_y 18
|
||||||
msg
|
msg
|
||||||
Modified: 2013-02-10 Nicolas Weeger
|
Modified: 2013-03-20 Kevin Zheng
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
@ -3870,10 +3870,6 @@ arch loaf
|
||||||
x 21
|
x 21
|
||||||
y 8
|
y 8
|
||||||
end
|
end
|
||||||
arch loaf
|
|
||||||
x 21
|
|
||||||
y 8
|
|
||||||
end
|
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 21
|
x 21
|
||||||
y 9
|
y 9
|
||||||
|
@ -3892,10 +3888,6 @@ arch haggis
|
||||||
x 21
|
x 21
|
||||||
y 9
|
y 9
|
||||||
end
|
end
|
||||||
arch haggis
|
|
||||||
x 21
|
|
||||||
y 9
|
|
||||||
end
|
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 21
|
x 21
|
||||||
y 10
|
y 10
|
||||||
|
@ -3914,10 +3906,6 @@ arch onion
|
||||||
x 21
|
x 21
|
||||||
y 10
|
y 10
|
||||||
end
|
end
|
||||||
arch onion
|
|
||||||
x 21
|
|
||||||
y 10
|
|
||||||
end
|
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 21
|
x 21
|
||||||
y 11
|
y 11
|
||||||
|
|
Loading…
Reference in New Issue