diff --git a/WowPacketParser.Proto/PacketStructures/structures.proto b/WowPacketParser.Proto/PacketStructures/structures.proto
index ea5dc19794..748f0a3024 100644
--- a/WowPacketParser.Proto/PacketStructures/structures.proto
+++ b/WowPacketParser.Proto/PacketStructures/structures.proto
@@ -362,6 +362,7 @@ message PacketMonsterMove {
repeated Vec3 points = 13;
repeated Vec3 packedPoints = 14;
optional SplineJump jump = 15;
+ bool creationSpline = 16;
}
message SplineJump {
diff --git a/WowPacketParser/App.config b/WowPacketParser/App.config
index 99a20f2315..484c562c73 100644
--- a/WowPacketParser/App.config
+++ b/WowPacketParser/App.config
@@ -202,6 +202,8 @@
+
+
+
+
+
-
+