Core/SmartScript: Corrected size of pointId parameter for MOVE_TO_POS SAI action

This commit is contained in:
Shauren
2012-07-03 16:22:14 +02:00
parent 537caf33e9
commit 577d5b4fd1

View File

@@ -885,7 +885,7 @@ struct SmartAction
struct
{
uint8 pointId;
uint32 pointId;
} MoveToPos;
struct