|
|
@ -205,9 +205,8 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (uuid == 910010) { //tears of saedron
|
|
|
|
if (uuid == 910010) { //tears of saedron
|
|
|
|
if (comps.size() > 1) { |
|
|
|
if (comps.size() > 1) |
|
|
|
AbstractCharacter.removeRune(player, origin, comps.get(1).intValue()); |
|
|
|
AbstractCharacter.removeRune(player, origin, comps.get(1).intValue()); |
|
|
|
} |
|
|
|
|
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|