Itutorial
Legendary OT User
- Joined
- Dec 23, 2014
- Messages
- 2,394
- Solutions
- 68
- Reaction score
- 1,065
Wtf, if first check is false, it will make comparision of the second part which is the same as first...
C++:
if (creature->getInstanceID() != getInstanceID()) {
return false;
}
There you go bud. Nice and easy for you now.