mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01: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