aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/SmartScripts
diff options
context:
space:
mode:
authorSpp- <u84280@epreinf21.(none)>2011-08-03 08:18:24 +0200
committerSpp- <u84280@epreinf21.(none)>2011-08-03 08:18:24 +0200
commitfcdd4d784fbeaf976d76b8c3e8739579c1dcc91e (patch)
tree4974f15373e49f5122e5aff0a7a5ee0afc052d3c /src/server/game/AI/SmartScripts
parent43720b1e3aa9909694c09d28d7cf9cd81ce5e2d8 (diff)
Core/Transport: Minor optimization in LoadTransports (And some cosmetic changes here and there in other files)
Diffstat (limited to 'src/server/game/AI/SmartScripts')
-rw-r--r--src/server/game/AI/SmartScripts/SmartAI.h2
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 e26d125b442..5a41de6becc 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(const uint64 guid, int32 id = 0);
+ void SetGUID(uint64 guid, int32 id = 0);
// Used in scripts to share variables
uint64 GetGUID(int32 id = 0);