Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
ad99c2afb7
commit
ad98b1414a
3 changed files with 3 additions and 8 deletions
|
@ -88,7 +88,6 @@ void CSpawnBot::setVisualPropertiesName()
|
|||
return;
|
||||
// the npc name is displayed as a fauna
|
||||
}
|
||||
|
||||
|
||||
CVisualPropertiesInterface::setName(dataSetRow(), name);
|
||||
}
|
||||
|
|
|
@ -190,7 +190,7 @@ public:
|
|||
uint32 getAggroDist() { return _AggroDist; }
|
||||
|
||||
uint32& despawnTime() { return _DespawnTime; }
|
||||
uint32& respawnTime() { return _RespawnTime; }
|
||||
uint32& respawnTime() { return _RespawnTime; }
|
||||
|
||||
AITYPES::CPropertySetWithExtraList<TAllianceId>& faction() { return _faction; }
|
||||
AITYPES::CPropertySetWithExtraList<TAllianceId>& ennemyFaction() { return _ennemyFaction; }
|
||||
|
|
|
@ -56,9 +56,7 @@ public:
|
|||
|
||||
static CFightScriptCompReader *getScriptReader (const std::string &str);
|
||||
|
||||
static CFightScriptComp *createScriptComp (const std::string &str)
|
||||
protected:
|
||||
private:
|
||||
static CFightScriptComp *createScriptComp(const std::string &str);
|
||||
};
|
||||
|
||||
|
||||
|
@ -74,8 +72,6 @@ public:
|
|||
typedef CHashMap<std::string, NLMISC::CSmartPtr<CFightScriptCompReader> > TFightScriptMap;
|
||||
|
||||
static TFightScriptMap _ScriptCompList;
|
||||
protected:
|
||||
private:
|
||||
};
|
||||
|
||||
|
||||
|
@ -116,7 +112,7 @@ public:
|
|||
CFightSelectFilterReader() {}
|
||||
virtual ~CFightSelectFilterReader() {}
|
||||
|
||||
CFightScriptComp *create (const std::string &inStr)
|
||||
CFightScriptComp *create(const std::string &inStr);
|
||||
std::string getName () const
|
||||
{
|
||||
return std::string("SELECT");
|
||||
|
|
Loading…
Reference in a new issue