Corrected invalid information give on :SpawnCreature

This commit is contained in:
Tommy
2015-03-06 04:20:53 -05:00
parent dc157b6f49
commit 947c3a3b10

View File

@@ -549,7 +549,7 @@ namespace LuaWorldObject
* @param float z * @param float z
* @param float o * @param float o
* @param [TempSummonType] spawnType = 8 : defines how and when the creature despawns * @param [TempSummonType] spawnType = 8 : defines how and when the creature despawns
* @param uint32 despawnTimer = 0 : despawn time in seconds * @param uint32 despawnTimer = 0 : despawn time in milliseconds
* @return [Creature] spawnedCreature * @return [Creature] spawnedCreature
*/ */
int SpawnCreature(Eluna* /*E*/, lua_State* L, WorldObject* obj) int SpawnCreature(Eluna* /*E*/, lua_State* L, WorldObject* obj)