Add spawn boss packet handlers for pets.
This commit is contained in:
parent
cb31997acc
commit
91998deaf3
2 changed files with 12 additions and 0 deletions
|
|
@ -2853,6 +2853,15 @@ namespace TShockAPI
|
|||
string thing;
|
||||
switch (thingType)
|
||||
{
|
||||
case -14:
|
||||
thing = "has sent a request to the bunny delivery service";
|
||||
break;
|
||||
case -13:
|
||||
thing = "has sent a request to the dog delivery service";
|
||||
break;
|
||||
case -12:
|
||||
thing = "has sent a request to the cat delivery service";
|
||||
break;
|
||||
case -11:
|
||||
thing = "applied advanced combat techniques";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue