You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-20 15:36:17 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 014ca9ca48 | |||
| d189d66f9e | |||
| c272a36cc5 |
@@ -49,15 +49,15 @@ INSERT INTO `bot_chat_responses` (`bot_type`, `keys`, `responses`) VALUES
|
|||||||
('frank', 'pills;drugs', 'Drugs are bad, mmkay?');
|
('frank', 'pills;drugs', 'Drugs are bad, mmkay?');
|
||||||
|
|
||||||
INSERT IGNORE INTO `bot_serves` (`keys`, `item`) VALUES
|
INSERT IGNORE INTO `bot_serves` (`keys`, `item`) VALUES
|
||||||
('sunflower', 21),
|
('sunflower', 1002),
|
||||||
('cola;habbo cola', 32),
|
('cola;habbo cola', 19),
|
||||||
('rose', 1000),
|
('rose', 1000),
|
||||||
('book', 20),
|
('book', 1003),
|
||||||
('tea', 6),
|
('tea', 27),
|
||||||
('coffee', 1),
|
('coffee', 8),
|
||||||
('migraine;headache;pills', 34),
|
('migraine;headache;pills', 1015),
|
||||||
('radioactive liquid;radioactive', 36),
|
('radioactive liquid;radioactive', 30),
|
||||||
('turkey;can of turkey', 38);
|
('turkey;can of turkey', 70);
|
||||||
|
|
||||||
-- VERY IMPORTANT !!!!
|
-- VERY IMPORTANT !!!!
|
||||||
-- First check if the items_base ID and catalog_items ID is not in use !
|
-- First check if the items_base ID and catalog_items ID is not in use !
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>com.eu.habbo</groupId>
|
<groupId>com.eu.habbo</groupId>
|
||||||
<artifactId>Habbo</artifactId>
|
<artifactId>Habbo</artifactId>
|
||||||
<version>4.2.23</version>
|
<version>4.2.24</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
Reference in New Issue
Block a user