diff options
| author | Spp- <u84280@epreinf21.(none)> | 2011-08-03 08:27:11 +0200 |
|---|---|---|
| committer | Spp- <u84280@epreinf21.(none)> | 2011-08-03 08:27:11 +0200 |
| commit | 8572d5d0e9f34a85a6404769bbb6d26e2c0f7b58 (patch) | |
| tree | e7a9c59d9870aea3c0c9e35196c1aaee56fce44f /src/server/game/AI/SmartScripts | |
| parent | fcdd4d784fbeaf976d76b8c3e8739579c1dcc91e (diff) | |
Partial revert of fcdd4d7
Diffstat (limited to 'src/server/game/AI/SmartScripts')
| -rw-r--r-- | src/server/game/AI/SmartScripts/SmartAI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartAI.h b/src/server/game/AI/SmartScripts/SmartAI.h index 5a41de6becc..e26d125b442 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.h +++ b/src/server/game/AI/SmartScripts/SmartAI.h @@ -157,7 +157,7 @@ class SmartAI : public CreatureAI void SetData(uint32 id, uint32 value); // Used in scripts to share variables - void SetGUID(uint64 guid, int32 id = 0); + void SetGUID(const uint64 guid, int32 id = 0); // Used in scripts to share variables uint64 GetGUID(int32 id = 0); |
