mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/SAI: fix phase related start up errors
This commit is contained in:
5
sql/updates/world/2015_11_08_01_world.sql
Normal file
5
sql/updates/world/2015_11_08_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `smart_scripts` SET `action_param1`=169, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=1;
|
||||
UPDATE `smart_scripts` SET `action_param1`=170, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=2;
|
||||
UPDATE `smart_scripts` SET `action_param1`=177, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=256;
|
||||
|
||||
UPDATE `smart_scripts` SET `action_type`=16, `action_param1`=371, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=3;
|
||||
Reference in New Issue
Block a user