summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 0b69abf56..84cabf3f8 100644
--- a/src/client.h
+++ b/src/client.h
@@ -306,6 +306,7 @@ public:
void sendChangePassword(const std::wstring oldpassword,
const std::wstring newpassword);
void sendDamage(u8 damage);
+ void sendBreath(u16 breath);
void sendRespawn();
ClientEnvironment& getEnv()