diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 17:34:15 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 17:34:15 +0100 |
commit | b9f901a645f6af17fc9316e68220cda76f83bea3 (patch) | |
tree | c366fb69029ee42e213b10d3be596aa1ccd1a4db | |
parent | 2df2d6896b8cdbf6012eecddfd3483d4d5d354a3 (diff) |
DB/SAI: Fix more some db errors
-rw-r--r-- | sql/updates/world/2013_01_20_07_world_sai.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_20_07_world_sai.sql b/sql/updates/world/2013_01_20_07_world_sai.sql new file mode 100644 index 00000000000..f8d001e73db --- /dev/null +++ b/sql/updates/world/2013_01_20_07_world_sai.sql @@ -0,0 +1,5 @@ +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=234 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=2554 AND `source_type`=0 AND `id`=9; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=12265 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=12265 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=16704 AND `source_type`=0 AND `id`=13; |