Преглед на файлове

Added dummy entries for the equip switch feature

With this the players will not get disconnected when they click the button or drag an item into the new part of the equip window.
Lemongrass3110 преди 7 години
родител
ревизия
829f0a1f59
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      src/map/clif_packetdb.h

+ 7 - 0
src/map/clif_packetdb.h

@@ -2318,6 +2318,13 @@
 	packet(0x0A37,59);
 #endif
 
+// 2016-09-28cRagexeRE
+#if PACKETVER >= 20160928
+	parseable_packet(0x0A97,8,clif_parse_dull);
+	parseable_packet(0x0A99,4,clif_parse_dull);
+	parseable_packet(0x0A9C,2,clif_parse_dull);
+#endif
+
 // 2016-10-26bRagexeRE
 #if PACKETVER >= 20161026
 	packet(0x0AA5,-1);