- Noch ein Fix im Pyramidenregionslokalisierungszauberspruch

This commit is contained in:
Christian Schlittchen 2004-07-10 12:46:37 +00:00
parent d6f61b26f8
commit 9c3b51a1d0
1 changed files with 1 additions and 1 deletions

View File

@ -7273,7 +7273,7 @@ sp_wdwpyramid(castorder *co)
int maxshowdist;
for(r2 = regions; r2; r2 = r2->next) {
if(a_find(r->attribs, &at_wdwpyramid) != NULL) {
if(a_find(r2->attribs, &at_wdwpyramid) != NULL) {
int dist = distance(mage->region, r2);
if (dist < mindist) {
mindist = dist;