forked from github/server
#ifdef für WDW-Zauber fehlten
This commit is contained in:
parent
c9a8fad508
commit
9acad9a56e
|
@ -7223,6 +7223,7 @@ sp_becomewyrm(castorder *co)
|
|||
return co->level;
|
||||
}
|
||||
|
||||
#ifdef WDW_PYRAMIDSPELL
|
||||
/* ------------------------------------------------------------- */
|
||||
/* Name: WDW-Pyramidenfindezauber
|
||||
* Stufe: unterschiedlich
|
||||
|
@ -7258,7 +7259,7 @@ sp_wdwpyramid(castorder *co)
|
|||
|
||||
return cast_level;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* ------------------------------------------------------------- */
|
||||
/* Name: Alltagszauber, hat je nach Gebiet anderen Namen
|
||||
|
|
|
@ -274,11 +274,13 @@ show_newspells(void)
|
|||
* terminieren */
|
||||
|
||||
spellid_t newspellids[] = {
|
||||
#ifdef WDW_PHOENIX
|
||||
SPL_WDWPYRAMID_TRAUM,
|
||||
SPL_WDWPYRAMID_ASTRAL,
|
||||
SPL_WDWPYRAMID_DRUIDE,
|
||||
SPL_WDWPYRAMID_BARDE,
|
||||
SPL_WDWPYRAMID_CHAOS,
|
||||
#endif
|
||||
SPL_NOSPELL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue