mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Refactored some actor field names
This commit is contained in:
@@ -439,7 +439,7 @@ namespace Meteor.Map
|
||||
}
|
||||
else if (o is Actor)
|
||||
{
|
||||
luaParams.Add(new LuaParam(0x6, ((Actor)o).actorId));
|
||||
luaParams.Add(new LuaParam(0x6, ((Actor)o).Id));
|
||||
}
|
||||
else if (o is ItemRefParam)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user