mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Corrected invalid information give on :SpawnCreature
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user