Changeset 78 for trunk/src/game/ObjectMgr.cpp
- Timestamp:
- 11/19/08 13:32:10 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/ObjectMgr.cpp
r44 r78 2370 2370 // skip expansion races if not playing with expansion 2371 2371 if (sWorld.getConfig(CONFIG_EXPANSION) < 1 && (race == RACE_BLOODELF || race == RACE_DRAENEI)) 2372 continue; 2373 2374 // skip expansion classes if not playing with expansion 2375 if (sWorld.getConfig(CONFIG_EXPANSION) < 2 && class_ == CLASS_DEATH_KNIGHT) 2372 2376 continue; 2373 2377