mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[c12562] Cleanup Style
This commit is contained in:
parent
d988eb4038
commit
bf5c6b1ddd
19 changed files with 3432 additions and 1071 deletions
|
|
@ -397,9 +397,9 @@ class ScriptAction
|
|||
bool IsSameScript(const char* table, uint32 id, ObjectGuid sourceGuid, ObjectGuid targetGuid, ObjectGuid ownerGuid) const
|
||||
{
|
||||
return table == m_table && id == GetId() &&
|
||||
(sourceGuid == m_sourceGuid || !sourceGuid) &&
|
||||
(targetGuid == m_targetGuid || !targetGuid) &&
|
||||
(ownerGuid == m_ownerGuid || !ownerGuid);
|
||||
(sourceGuid == m_sourceGuid || !sourceGuid) &&
|
||||
(targetGuid == m_targetGuid || !targetGuid) &&
|
||||
(ownerGuid == m_ownerGuid || !ownerGuid);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue