🆙 Krews update : "Goodbye Happyness, welcome Happiness."

This commit is contained in:
duckietm
2025-02-04 09:54:19 +01:00
parent 6048a0c35e
commit cad0ea5c81
28 changed files with 61 additions and 57 deletions
@@ -0,0 +1,4 @@
UPDATE `emulator_texts` SET `key` = 'generic.pet.happiness', `value` = 'Happiness' WHERE `key` = 'generic.pet.happyness';
ALTER TABLE `pet_commands_data` CHANGE `cost_happyness` `cost_happiness` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `users_pets` CHANGE `happyness` `happiness` int(11) NOT NULL DEFAULT '100';