diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 22:00:15 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 22:00:15 +0100 |
commit | 52d0e9f055b3dccf2b8ddec2680321e197932b4a (patch) | |
tree | 78975f8f72426cbeb78f78af01062cdbab80499e | |
parent | 4d7b2c4929c7efc5ce5c82f7a884d383094cc087 (diff) |
DB/SAI: Fix more some db errors no.2
-rw-r--r-- | sql/updates/world/2013_01_20_08_world_sai.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_20_08_world_sai.sql b/sql/updates/world/2013_01_20_08_world_sai.sql new file mode 100644 index 00000000000..411d69e08d2 --- /dev/null +++ b/sql/updates/world/2013_01_20_08_world_sai.sql @@ -0,0 +1,4 @@ +UPDATE `smart_scripts` SET `link`=0,`event_type`=61 WHERE `entryorguid`=13601 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=13601 AND `source_type`=0 AND `id`=10; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=17670 AND `source_type`=0 AND `id`=13; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=11878 AND `source_type`=0 AND `id`=13; |