mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Moved faction stuff around, removed stupid external item status stuff
This commit is contained in:
+1
-5
@@ -8995,11 +8995,7 @@ void Bot::AI_Stop() {
|
||||
//this is called with 'this' as the mob being looked at, and
|
||||
//iOther the mob who is doing the looking. It should figure out
|
||||
//what iOther thinks about 'this'
|
||||
FACTION_VALUE Bot::GetReverseFactionCon(Mob* iOther) {
|
||||
#if FACTIONS_DEBUG >= 20
|
||||
LogFile->write(EQEMuLog::Debug, "called N $s::GetReverseFactionCon(%s)", GetName(), iOther->GetName());
|
||||
#endif
|
||||
|
||||
FACTION_VALUE Bot::GetReverseFactionCon(Mob* iOther) {
|
||||
_ZP(Bot_GetReverseFactionCon);
|
||||
|
||||
if(iOther->IsBot()) {
|
||||
|
||||
Reference in New Issue
Block a user