mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Fix Champions and Valiants movement at the Argent Tournament
After an evade they will return to the spawn position correctly
This commit is contained in:
3
sql/updates/world/3.3.5/2018_09_11_02_world.sql
Normal file
3
sql/updates/world/3.3.5/2018_09_11_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param1`=1, `comment`="All champions - Script 1 - Set run On" WHERE `entryorguid` IN (3374500) AND `source_type`=9 AND `id`=7;
|
||||
UPDATE `smart_scripts` SET `action_param1`=1, `comment`="All champions - Script 1 - Set run On" WHERE `entryorguid` IN (3328500) AND `source_type`=9 AND `id`=7;
|
||||
Reference in New Issue
Block a user