Eluna fix TC define changes

This commit is contained in:
Rochet2
2014-05-06 13:30:11 +03:00
committed by Foereaper
parent 9b805be502
commit f166732b49
3 changed files with 33 additions and 34 deletions

View File

@@ -744,7 +744,7 @@ namespace LuaGlobalFunctions
if (save)
{
Creature* creature = new Creature();
if (!creature->Create(sObjectMgr->GenerateLowGuid(HIGHGUID_UNIT), map, phase, entry, 0, 0, x, y, z, o))
if (!creature->Create(sObjectMgr->GenerateLowGuid(HIGHGUID_UNIT), map, phase, entry, x, y, z, o))
{
delete creature;
return 0;