mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Creature: Argent Crusader and Knight of the Ebon Blade
shoud run instead walk to the ICC entrance close #28957 by CraftedRO
This commit is contained in:
2
sql/updates/world/3.3.5/2023_05_07_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2023_05_07_01_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- UPDATE Argent Crusader and Knight of the Ebon Blade to run instead walk to the ICC entrance
|
||||
UPDATE `smart_scripts` SET `action_param1` = 1 WHERE `entryorguid` IN (38493, 38505) AND `source_type` = 0 AND `id` = 0;
|
||||
Reference in New Issue
Block a user