Core/SAI: Remove reactState param from SMART_ACTION_WP_START
Port From (https://github.com/TrinityCore/TrinityCore/commit/ebcd45b7e1eaa07386a3927d73575339535ec557)
This commit is contained in:
@@ -296,7 +296,7 @@ namespace Framework.Constants
|
||||
SummonGo = 50, // Gameobjectid, Despawntime In Ms,
|
||||
KillUnit = 51, //
|
||||
ActivateTaxi = 52, // Taxiid
|
||||
WpStart = 53, // Run/Walk, Pathid, Canrepeat, Quest, Despawntime, Reactstate
|
||||
WpStart = 53, // Run/Walk, Pathid, Canrepeat, Quest, Despawntime
|
||||
WpPause = 54, // Time
|
||||
WpStop = 55, // Despawntime, Quest, Fail?
|
||||
AddItem = 56, // Itemid, Count
|
||||
|
||||
Reference in New Issue
Block a user