Skip to content

Commit

Permalink
[#] 修复BattleNextEnemyInitEvent事件
Browse files Browse the repository at this point in the history
[#] sql及charaExt加锁
[#] 修复部分背包丢失的情况
  • Loading branch information
Muscipular committed Jun 5, 2022
1 parent a00b810 commit 36c8e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/bag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function BagModule:onTalkEvent(CharIndex, Msg, Color, Range, Size)
self:logDebug('bagIndex', oBagIndex, '=>', bagIndex);
if bagIndex == oBagIndex then
NLG.SystemMessage(CharIndex, '轟伎학뻣교관')
Char.SetExtData(CharIndex, "bag-index", 1);
--Char.SetExtData(CharIndex, "bag-index", 1);
return 0;
end
Char.SetExtData(CharIndex, "bag-index", bagIndex);
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_HookVer = '0.2.13'
_HookVer = '0.2.14'
if getHookVer == nil then
error(string.format('[ERR] HOOK not load %s', _HookVer))
end
Expand Down

0 comments on commit 36c8e82

Please sign in to comment.