LAPTOP-SNT8I5JK\Boounion
2025-06-06 980048d93f7ee401639d441d65f4f885749fd898
SourceCode/Bond/Servo/CEquipment.cpp
@@ -1192,6 +1192,12 @@
      return nullptr;
   }
   CSlot* CEquipment::getSlot(int index)
   {
      if (index >= SLOT_MAX) return nullptr;
      return &m_slot[index];
   }
   CGlass* CEquipment::getGlassFromSlot(int slotNo)
   {
      CSlot* pSlot = nullptr;