forked from github/server
Argl
This commit is contained in:
parent
bf2a476e3a
commit
f3140badfb
|
@ -2620,7 +2620,7 @@ orc_conversion(void)
|
||||||
|
|
||||||
for(f=factions; f; f=f->next) {
|
for(f=factions; f; f=f->next) {
|
||||||
if(f->race == new_race[RC_ORC]) {
|
if(f->race == new_race[RC_ORC]) {
|
||||||
f->race == new_race[RC_URUK];
|
f->race = new_race[RC_URUK];
|
||||||
}
|
}
|
||||||
for(u=f->units; u; u=u->next) {
|
for(u=f->units; u; u=u->next) {
|
||||||
if(u->race == new_race[RC_ORC]) {
|
if(u->race == new_race[RC_ORC]) {
|
||||||
|
|
Loading…
Reference in New Issue