mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Prevent infinite loop
Just another brick in the wall... thanks @cr4st
This commit is contained in:
2
sql/updates/world/2014_10_13_00_world.sql
Normal file
2
sql/updates/world/2014_10_13_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `smart_scripts` SET `link`=18 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=17;
|
||||
UPDATE `smart_scripts` SET `link`=20 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=19;
|
||||
Reference in New Issue
Block a user