forked from github/server
"Chaossoge eventuell nicht funktionsfähig?" Doppeltes ageing bei Regions-Attributen, aua.
This commit is contained in:
parent
c343b33cce
commit
aa32666264
|
@ -3102,7 +3102,6 @@ ageing(void)
|
||||||
for(r=regions;r;r=r->next) {
|
for(r=regions;r;r=r->next) {
|
||||||
unit *u;
|
unit *u;
|
||||||
|
|
||||||
a_age(&r->attribs);
|
|
||||||
for (u=r->units;u;u=u->next) {
|
for (u=r->units;u;u=u->next) {
|
||||||
/* Goliathwasser */
|
/* Goliathwasser */
|
||||||
int i = get_effect(u, oldpotiontype[P_STRONG]);
|
int i = get_effect(u, oldpotiontype[P_STRONG]);
|
||||||
|
|
Loading…
Reference in New Issue