aboutsummaryrefslogtreecommitdiff
path: root/src/game/SharedDefines.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-21 10:01:03 -0500
committermegamage <none@none>2009-05-21 10:01:03 -0500
commit4ed847a6e329ebaa3a7951b5a44cbc6065dc7db2 (patch)
tree08ec6c31f54ed3adbd84f40d2b3eb123f5cd0d0f /src/game/SharedDefines.h
parentb372a5ba25361c8cb0792abe6e5221a3413fc40c (diff)
*Implement spell effect wmo damage.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SharedDefines.h')
-rw-r--r--src/game/SharedDefines.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h
index b11f86a7408..0eacd37dae2 100644
--- a/src/game/SharedDefines.h
+++ b/src/game/SharedDefines.h
@@ -1178,7 +1178,9 @@ enum GameObjectFlags
GO_FLAG_TRANSPORT = 0x00000008, //any kind of transport? Object can transport (elevator, boat, car)
GO_FLAG_UNK1 = 0x00000010, //
GO_FLAG_NODESPAWN = 0x00000020, //never despawn, typically for doors, they just change state
- GO_FLAG_TRIGGERED = 0x00000040 //typically, summoned objects. Triggered by spell or other events
+ GO_FLAG_TRIGGERED = 0x00000040, //typically, summoned objects. Triggered by spell or other events
+ GO_FLAG_DAMAGED = 0x00000200,
+ GO_FLAG_DESTROYED = 0x00000400,
};
enum TextEmotes