Fixed pet scratch to give happiness instead of experience

This commit is contained in:
Beny 2019-05-27 22:18:24 +01:00
parent 3ec3a6aca6
commit e1695a4879

View File

@ -574,7 +574,7 @@ public class Pet implements ISerialize, Runnable {
public void scratched(Habbo habbo) {
this.addExperience(10);
this.addHappyness(10);
this.addRespect();
if (habbo != null) {