diff options
author | megamage <none@none> | 2009-04-20 18:05:32 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-20 18:05:32 -0500 |
commit | 95a0928190ddb06371e3f2378ae1ee04dbefc56b (patch) | |
tree | d7804bcffee75f19f6ba89f8693441712828c4ac /src/bindings/scripts/ScriptMgr.cpp | |
parent | 6b801a2df8d7d9ea2dbb72b6ad6524ddf0fdf14d (diff) | |
parent | 922453f36233835536a5a71d7b679bdf3b9d8568 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index 2ae7072dee1..10b23ba1b47 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -1690,7 +1690,7 @@ TRINITY_DLL_EXPORT bool GOSelect( Player *player, GameObject *_GO, uint32 sender, uint32 action ) { if(!_GO) - return false; + return false; debug_log("TSCR: Gossip selection, sender: %d, action: %d",sender, action); Script *tmpscript = m_scripts[_GO->GetGOInfo()->ScriptId]; @@ -1704,7 +1704,7 @@ TRINITY_DLL_EXPORT bool GOSelectWithCode( Player *player, GameObject *_GO, uint32 sender, uint32 action, const char* sCode ) { if(!_GO) - return false; + return false; debug_log("TSCR: Gossip selection, sender: %d, action: %d",sender, action); Script *tmpscript = m_scripts[_GO->GetGOInfo()->ScriptId]; |