From d0d289d502fe85e9bb597ced1b41c73b8bc75889 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 14 三月 2019 10:41:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Lua/Gen/MapTransferUtilityWrap.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Lua/Gen/MapTransferUtilityWrap.cs b/Lua/Gen/MapTransferUtilityWrap.cs
index 3baa016..8bc1170 100644
--- a/Lua/Gen/MapTransferUtilityWrap.cs
+++ b/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 );
                     
                     
                     

--
Gitblit v1.8.0