From 2a4c9bcaf910430cdf3070987ce085da3c2666da Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 29 Aug 2009 14:58:45 -0500 Subject: *Make position as a class; --HG-- branch : trunk --- src/game/Debugcmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Debugcmds.cpp') 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); -- cgit v1.2.3