]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/PartyLayout.h
switched to static type IDs
[l2e.git] / src / battle / PartyLayout.h
index e4f7d1b706517393bd262bebdeeaa26cd069f7d3..a50d0064b36c1fa046535267d33298b16e9d5585 100644 (file)
@@ -18,6 +18,9 @@ namespace battle {
 
 class PartyLayout {
 
+       public:
+               static const int TYPE_ID = 203;
+
 public:
        PartyLayout() : positions(0), numPositions(0) { }