Britannia_alt constant missing from UO.em

Here you can post threads specific to the current release of the core (099)
Post Reply
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Britannia_alt constant missing from UO.em

Post by Yukiko »

I don't know if this was intentional or an oversight but the constant for map1 realm is missing from the UO.em file.

I seem to remember it used to be defined in the UO.em file as : const BRITANNIA_ALT := "britannia_alt";
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Re: Britannia_alt constant missing from UO.em

Post by Yukiko »

Is there some reason why this constant hasn't been added to the uo.em file yet? I have to add it every time I recompile POL. Maybe there's another way to get to map1 without using britannia_alt as the realm parameter and that's why it's not included. If so, please let me know. If not could someone authorized to submit to the SVN add this constant?

Thanks.
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Britannia_alt constant missing from UO.em

Post by Tomi »

Added const REALM_BRITANNIA_ALT to uo.em in last revision

I looked at how the realms are working, looks like only "britannia" as the default realm have the name hardcoded in core, but I see no reason why this constant was not added.
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Re: Britannia_alt constant missing from UO.em

Post by Yukiko »

Thanks. It must have been present at some point in the development cycle because I distinctly remember seeing it, Most certainly it was in the initial release of POL 0.96. Then at some point it was removed for whatever reason.

Again, thanks and thanks for the continued work on POL.
Post Reply