Fixed bug: level of some units not raised for new spells. (from Josef Spillner)

This commit is contained in:
johns 2001-02-17 13:47:25 +00:00
parent a58ea32b54
commit 8eb693681b
3 changed files with 26 additions and 23 deletions

View file

@ -530,6 +530,8 @@
<LI>Hopefully fixed BZ2 API name change braindamage.
<LI>Improved map drawing patches from Stephan Rasenbergver.
<LI>Fixed bug: loading critters into transporter, crashes.
<LI>Fixed bug: level of some units not raised for new spells.
(from Josef Spillner)
<LI>+++
</UL>

View file

@ -749,6 +749,7 @@ Without any order:
<LI>Natan Adams
<LI>Stephan Rasenbergver
<LI>Dave Reed
<LI>Josef Spillner
</UL>
<P><EM>And to all I have forgot to write up!</EM><BR>
Please drop me an email, if I forgot you.

View file

@ -10,7 +10,7 @@
//
/**@name upgrade.c - The upgrade/allow functions. */
//
// (c) Copyright 1999-2000 by Vladi Belperchinov-Shabanski
// (c) Copyright 1999-2001 by Vladi Belperchinov-Shabanski
//
// $Id$
@ -175,19 +175,19 @@ local struct _wc_upgrades_ {
"unit-axethrower,unit-berserker" },
{ "upgrade-ogre-mage", NULL,
{ 250, 1000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-ogre-mage" },
{ "upgrade-paladin", NULL,
{ 250, 1000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-paladin" },
{ "upgrade-holy-vision", NULL,
{ 0, 0, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-paladin" },
{ "upgrade-healing", "icon-heal",
{ 200, 1000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-paladin" },
{ "upgrade-exorcism", NULL,
{ 200, 2000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-paladin" },
{ "upgrade-flame-shield", NULL,
{ 100, 1000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
@ -208,10 +208,10 @@ local struct _wc_upgrades_ {
"" },
{ "upgrade-eye-of-kilrogg", NULL,
{ 0, 0, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-ogre-mage" },
{ "upgrade-bloodlust", NULL,
{ 100, 1000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-ogre-mage" },
{ "upgrade-raise-dead", NULL,
{ 100, 1500, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
@ -229,7 +229,7 @@ local struct _wc_upgrades_ {
"" },
{ "upgrade-runes", NULL,
{ 150, 1000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },
"unit-ogre-mage" },
{ "upgrade-death-and-decay", NULL,
{ 200, 2000, 0, 0 }, 0, 0, 0, 0, 0, 0, 0, { 0, 0, 0, 0 },
"" },