mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Add UpdateEntry method for creature. Closes #67
Fix optional arg Fix mangos code
This commit is contained in:
@@ -778,6 +778,7 @@ ElunaRegister<Creature> CreatureMethods[] =
|
||||
{ "SaveToDB", &LuaCreature::SaveToDB }, // :SaveToDB() - Saves to database
|
||||
{ "SelectVictim", &LuaCreature::SelectVictim }, // :SelectVictim() - Selects a victim
|
||||
{ "MoveWaypoint", &LuaCreature::MoveWaypoint }, // :MoveWaypoint()
|
||||
{ "UpdateEntry", &LuaCreature::UpdateEntry }, // :UpdateEntry(entry[, dataGuidLow]) - Sets the creature's data from the given entry and guid. Guid can be left out.
|
||||
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user