Add "Pay-dirt!" to motherlode mine

Adds a script to send a public message
This commit is contained in:
Lucas
2019-07-06 16:58:19 +02:00
parent f8003f1d03
commit c4ebe33dd0
4 changed files with 95 additions and 4 deletions

View File

@@ -200,4 +200,9 @@ public final class ScriptID
* Join a clan, duh
*/
public static final int CUSTOM_JOIN_CLAN = 10690;
/**
* Send a public message
*/
public static final int PUBLICMSG = 13337;
}