Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarDataStream.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-04-26 03:48:26 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-04-26 03:48:26 +1000
commit87751c5a84925cbd9d630c65738e0e77b01a66f0 (patch)
tree9ecfd6479a14fef5916b5dafa056f4d360757e39 /source/core/StarDataStream.cpp
parent6369ba9ec72f097d8cc9ab06bed0c6816da516c8 (diff)
songbook Lua bindings, give NPCs songbooks
Diffstat (limited to 'source/core/StarDataStream.cpp')
-rw-r--r--source/core/StarDataStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarDataStream.cpp b/source/core/StarDataStream.cpp
index 520129f..2688123 100644
--- a/source/core/StarDataStream.cpp
+++ b/source/core/StarDataStream.cpp
@@ -6,7 +6,7 @@
namespace Star {
-unsigned const CurrentStreamVersion = 5; // update OpenProtocolVersion too!
+unsigned const CurrentStreamVersion = 6; // update OpenProtocolVersion too!
DataStream::DataStream()
: m_byteOrder(ByteOrder::BigEndian),