aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-07-03 16:22:14 +0200
committerShauren <shauren.trinity@gmail.com>2012-07-03 16:22:14 +0200
commit577d5b4fd1c74dd8619ccc0183579d43969a0f92 (patch)
tree3e111040623837abc5f7e6d147adc54793506add /src
parent537caf33e9ee8d88b1c4f4835ee93ee0dd557d2a (diff)
Core/SmartScript: Corrected size of pointId parameter for MOVE_TO_POS SAI action
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AI/SmartScripts/SmartScriptMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartScriptMgr.h b/src/server/game/AI/SmartScripts/SmartScriptMgr.h
index 55e6a7fc446..cdb662edbaf 100644
--- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h
+++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h
@@ -885,7 +885,7 @@ struct SmartAction
struct
{
- uint8 pointId;
+ uint32 pointId;
} MoveToPos;
struct