Changeset 240
- Timestamp:
- 11/19/08 13:49:46 (17 years ago)
- Location:
- trunk/src/game
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/MiscHandler.cpp
r233 r240 45 45 #include "Pet.h" 46 46 #include "SocialMgr.h" 47 #include "CellImpl.h" 47 48 48 49 void WorldSession::HandleRepopRequestOpcode( WorldPacket & /*recv_data*/ ) -
trunk/src/game/SpellEffects.cpp
r233 r240 57 57 #include "Util.h" 58 58 #include "TemporarySummon.h" 59 #include "CellImpl.h" 59 60 #include "ScriptCalls.h" // for goober gameobject script 60 61