Example #1
0
 public short GetCapeID(Knights pKnights)
 {
     if (pKnights != null)
     {
         if (isInAlliance())
             return m_sCape = pKnights.m_sCape;
         else
             return m_sCape;
     }
     return 0;
 }
Example #2
0
 public short GetCapeID(Knights pKnights)
 {
     if (pKnights != null)
     {
         if (isInAlliance())
         {
             return(m_sCape = pKnights.m_sCape);
         }
         else
         {
             return(m_sCape);
         }
     }
     return(0);
 }