diff options
| author | megamage <none@none> | 2009-08-29 14:58:45 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-29 14:58:45 -0500 |
| commit | 2a4c9bcaf910430cdf3070987ce085da3c2666da (patch) | |
| tree | a9498395a05c8306726142a8dea856bb79f173d2 /src/game/Debugcmds.cpp | |
| parent | 3aabef53ee48e67596d2920cbbc17b9e2238a2cc (diff) | |
*Make position as a class;
--HG--
branch : trunk
Diffstat (limited to 'src/game/Debugcmds.cpp')
| -rw-r--r-- | src/game/Debugcmds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Debugcmds.cpp b/src/game/Debugcmds.cpp index c86632cf72e..97f90e33af4 100644 --- a/src/game/Debugcmds.cpp +++ b/src/game/Debugcmds.cpp @@ -774,7 +774,7 @@ bool ChatHandler::HandleDebugSpawnVehicle(const char* args) m_session->GetPlayer()->GetClosePoint(x, y, z, m_session->GetPlayer()->GetObjectSize()); if(!i) - return m_session->GetPlayer()->SummonCreature(entry, x, y, z, o, 0); + return m_session->GetPlayer()->SummonCreature(entry, x, y, z, o); uint32 id = (uint32)atoi(i); |
