mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
Core/SmartScript: Corrected size of pointId parameter for MOVE_TO_POS SAI action
This commit is contained in:
@@ -885,7 +885,7 @@ struct SmartAction
|
||||
|
||||
struct
|
||||
{
|
||||
uint8 pointId;
|
||||
uint32 pointId;
|
||||
} MoveToPos;
|
||||
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user