|
|
@ -250,7 +250,7 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler { |
|
|
|
|
|
|
|
|
|
|
|
// test character targeted
|
|
|
|
// test character targeted
|
|
|
|
|
|
|
|
|
|
|
|
if (item.template.template_id == 910005) { |
|
|
|
if (item.template.item_type.equals(Enum.ItemType.BUCKET)) { |
|
|
|
|
|
|
|
|
|
|
|
// test for valid target type
|
|
|
|
// test for valid target type
|
|
|
|
if (target.getObjectType() == Enum.GameObjectType.PlayerCharacter) |
|
|
|
if (target.getObjectType() == Enum.GameObjectType.PlayerCharacter) |
|
|
|