mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/SAI: Fix missing SMART_ACTION_MOVE_TO_POS update
closes #30158 by Jildor
This commit is contained in:
2
sql/updates/world/3.3.5/2024_08_11_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2024_08_11_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `target_type`=8 WHERE `entryorguid`=2711500 AND `source_type`=9 AND `id`=3 AND `link`=0;
|
||||
Reference in New Issue
Block a user