mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Fix a typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2287 AND `source_type`=0 AND `id`=3;
|
||||
UPDATE `smart_scripts SET `link`=0 WHERE `entryorguid`=2287 AND `source_type`=0 AND `id`=2;
|
||||
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=2287 AND `source_type`=0 AND `id`=2;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=15491 AND `source_type`=0;
|
||||
|
||||
Reference in New Issue
Block a user