Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Eclipse Workspace Patch 1.0
- #P L2jFrozen_GS
- Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java
- ===================================================================
- --- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java (revision 1004)
- +++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java (working copy)
- @@ -8291,7 +8291,7 @@
- }
- }
- - if((TvT.is_started() && _inEventTvT) || (DM.is_started() && _inEventDM) || (CTF.is_started() && _inEventCTF) || (VIP._started && _inEventVIP))
- + if((VIP._started && _inEventVIP))
- return;
- // Add karma to attacker and increase its PK counter
- @@ -8557,7 +8557,7 @@
- */
- public void increasePkKillsAndKarma(int targLVL)
- {
- - if((TvT.is_started() && _inEventTvT) || (DM.is_started() && _inEventDM) || (CTF.is_started() && _inEventCTF) || (VIP._started && _inEventVIP))
- + if((VIP._started && _inEventVIP))
- return;
- int baseKarma = Config.KARMA_MIN_KARMA;
Add Comment
Please, Sign In to add comment