mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Removed all the unique talk defaults for Wil region (thx Jorge). Got most of man0l0 working with the new system. Fixed nullterm str parsing.
This commit is contained in:
@@ -144,9 +144,9 @@ namespace Meteor.Map.Actors
|
||||
LuaEngine.GetInstance().CallLuaFunction(caller, this, "onPush", true, npc);
|
||||
}
|
||||
|
||||
public void OnNotice(Player caller, Npc npc)
|
||||
public void OnNotice(Player caller)
|
||||
{
|
||||
LuaEngine.GetInstance().CallLuaFunction(caller, this, "onNotice", true, npc);
|
||||
LuaEngine.GetInstance().CallLuaFunction(caller, this, "onNotice", true);
|
||||
}
|
||||
|
||||
public void OnNpcLS(Player caller, uint npcLSId)
|
||||
|
Reference in New Issue
Block a user