aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/Loggable.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/Loggable.php')
-rw-r--r--engine/classes/Loggable.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/classes/Loggable.php b/engine/classes/Loggable.php
index 98d131f38..36db8a692 100644
--- a/engine/classes/Loggable.php
+++ b/engine/classes/Loggable.php
@@ -59,6 +59,7 @@ interface Loggable {
* Return the GUID of the owner of this object.
*
* @return int
+ * @deprecated 1.8 Use getOwner() instead
*/
public function getObjectOwnerGUID();
} \ No newline at end of file