summaryrefslogtreecommitdiffstats
path: root/source/Protocol125.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Protocol125.cpp')
-rw-r--r--source/Protocol125.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/Protocol125.cpp b/source/Protocol125.cpp
index da7e880ad..adea37824 100644
--- a/source/Protocol125.cpp
+++ b/source/Protocol125.cpp
@@ -577,6 +577,16 @@ void cProtocol125::SendRespawn(void)
+void cProtocol125::SendSoundEffect(const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch)
+{
+ cCSLock Lock(m_CSPacket);
+ //TODO: Not needed in this protocol?
+}
+
+
+
+
+
void cProtocol125::SendSpawnMob(const cMonster & a_Mob)
{
cCSLock Lock(m_CSPacket);