null commit to trigger build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mihai Moldovanu 2023-03-25 19:24:48 +02:00
parent 8503d94b0f
commit 41660e9517
2 changed files with 1 additions and 3 deletions

View File

@ -15,6 +15,3 @@ Eternal lands trade bot written in go
- /inv - List inventory - /inv - List inventory
- /save - Save inventory list to disk - /save - Save inventory list to disk
- /test - testing route - /test - testing route

View File

@ -233,3 +233,4 @@ const CREATE_CHAR_NOT_OK = 253
const RAW_TEXT = 0 const RAW_TEXT = 0
const PROXY = 254 const PROXY = 254
const BYE = 255 const BYE = 255