少年修仙传客户端代码仓库
client_linchunjie
2019-03-14 d0d289d502fe85e9bb597ced1b41c73b8bc75889
Lua/Gen/MapTransferUtilityWrap.cs
@@ -211,10 +211,10 @@
            
                if(gen_param_count == 3&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 2)&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 3)) 
                {
                    int _npcID = LuaAPI.xlua_tointeger(L, 2);
                    int _sid = LuaAPI.xlua_tointeger(L, 3);
                    int __npcID = LuaAPI.xlua_tointeger(L, 2);
                    int __sid = LuaAPI.xlua_tointeger(L, 3);
                    
                    gen_to_be_invoked.MoveToNPC( _npcID, _sid );
                    gen_to_be_invoked.MoveToNPC( __npcID, __sid );
                    
                    
                    
@@ -222,9 +222,9 @@
                }
                if(gen_param_count == 2&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 2)) 
                {
                    int _npcID = LuaAPI.xlua_tointeger(L, 2);
                    int __npcID = LuaAPI.xlua_tointeger(L, 2);
                    
                    gen_to_be_invoked.MoveToNPC( _npcID );
                    gen_to_be_invoked.MoveToNPC( __npcID );