aboutsummaryrefslogtreecommitdiff
path: root/src/game/GameObject.h
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2009-12-20 09:03:45 -0700
committerBrian <runningnak3d@gmail.com>2009-12-20 09:03:45 -0700
commit31c6b10a192671562f38f17f9e6270979ebe417c (patch)
treed634d126121438569fb75edd35e7e4ff21450a9f /src/game/GameObject.h
parent857fa2e4f6fb9c5e5821da2af6baccf22797261b (diff)
* Add support for the use of Gameobject type 10 (GOOBER) use when not on quest
* if data1=-1 --HG-- branch : trunk
Diffstat (limited to 'src/game/GameObject.h')
-rw-r--r--src/game/GameObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameObject.h b/src/game/GameObject.h
index 7d55afb7e60..bc168a3eda4 100644
--- a/src/game/GameObject.h
+++ b/src/game/GameObject.h
@@ -170,7 +170,7 @@ struct GameObjectInfo
struct
{
uint32 lockId; //0 -> Lock.dbc
- uint32 questId; //1
+ int32 questId; //1
uint32 eventId; //2
uint32 autoCloseTime; //3
uint32 customAnim; //4