aboutsummaryrefslogtreecommitdiff
path: root/src/game/Debugcmds.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-29 14:58:45 -0500
committermegamage <none@none>2009-08-29 14:58:45 -0500
commit2a4c9bcaf910430cdf3070987ce085da3c2666da (patch)
treea9498395a05c8306726142a8dea856bb79f173d2 /src/game/Debugcmds.cpp
parent3aabef53ee48e67596d2920cbbc17b9e2238a2cc (diff)
*Make position as a class;
--HG-- branch : trunk
Diffstat (limited to 'src/game/Debugcmds.cpp')
-rw-r--r--src/game/Debugcmds.cpp2
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);