mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Core/SAI: Changed SMART_ACTION_CALL_TIMED_ACTIONLIST params, now it has only 2, id and timerType
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
This commit is contained in:
2
sql/updates/world/2012_01_06_12_world_sai.sql
Normal file
2
sql/updates/world/2012_01_06_12_world_sai.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE smart_scripts SET action_param2 = action_param3 WHERE action_type = 80;
|
||||
UPDATE smart_scripts SET action_param3 = 0 WHERE action_type = 80;
|
||||
@@ -824,7 +824,6 @@ struct SmartAction
|
||||
struct
|
||||
{
|
||||
uint32 id;
|
||||
uint32 unused;
|
||||
uint32 timerType;
|
||||
} timedActionList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user