diff options
author | Killyana <morphone1@gmail.com> | 2016-06-01 21:27:47 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-06-01 21:27:47 +0200 |
commit | 325143960074a562b1d419bfe23cf9cbf1b75e11 (patch) | |
tree | c3ed9ba28bd4b7d72716e4736ff505d7b03318d6 | |
parent | 21ee9be110b20b95e319c8aa14d64083fbf33736 (diff) |
DB: Fix some DB errors
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_01_12_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_01_12_world.sql b/sql/updates/world/3.3.5/2016_06_01_12_world.sql new file mode 100644 index 00000000000..f6fb906bb70 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_01_12_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `conditions` SET `SourceEntry`=49667 WHERE `SourceEntry`=48679 AND `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10016; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=22137 AND `source_type`=0 AND `id`=7; +UPDATE `creature_text` SET `emote`=0 WHERE `entry`=19666 AND `groupid`=2 AND `id`=0; |