#ifdef für WDW-Zauber fehlten

This commit is contained in:
Enno Rehling 2004-02-20 22:08:06 +00:00
parent c9a8fad508
commit 9acad9a56e
2 changed files with 5 additions and 2 deletions

View File

@ -7223,6 +7223,7 @@ sp_becomewyrm(castorder *co)
return co->level; return co->level;
} }
#ifdef WDW_PYRAMIDSPELL
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */
/* Name: WDW-Pyramidenfindezauber /* Name: WDW-Pyramidenfindezauber
* Stufe: unterschiedlich * Stufe: unterschiedlich
@ -7258,7 +7259,7 @@ sp_wdwpyramid(castorder *co)
return cast_level; return cast_level;
} }
#endif
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */
/* Name: Alltagszauber, hat je nach Gebiet anderen Namen /* Name: Alltagszauber, hat je nach Gebiet anderen Namen

View File

@ -274,11 +274,13 @@ show_newspells(void)
* terminieren */ * terminieren */
spellid_t newspellids[] = { spellid_t newspellids[] = {
#ifdef WDW_PHOENIX
SPL_WDWPYRAMID_TRAUM, SPL_WDWPYRAMID_TRAUM,
SPL_WDWPYRAMID_ASTRAL, SPL_WDWPYRAMID_ASTRAL,
SPL_WDWPYRAMID_DRUIDE, SPL_WDWPYRAMID_DRUIDE,
SPL_WDWPYRAMID_BARDE, SPL_WDWPYRAMID_BARDE,
SPL_WDWPYRAMID_CHAOS, SPL_WDWPYRAMID_CHAOS,
#endif
SPL_NOSPELL SPL_NOSPELL
}; };