diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-06 23:38:47 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-06 23:38:47 +0200 |
commit | ee8e850fc3fa3e2004fae3dc65a9380aec3ea25a (patch) | |
tree | a59b63fae1da58bebd29c8f5257689c5a6f234cf | |
parent | e6a07bd8ffb960b79c0b3e6fcfbbcd014879cf14 (diff) |
DB/Hotfixes: Added missing update for 9dbe55b3197dcab233e7aeadafbde3164cd1b37b
-rw-r--r-- | sql/updates/hotfixes/2015_04_06_05_hotfixes.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/2015_04_06_05_hotfixes.sql b/sql/updates/hotfixes/2015_04_06_05_hotfixes.sql new file mode 100644 index 00000000000..82b3562505f --- /dev/null +++ b/sql/updates/hotfixes/2015_04_06_05_hotfixes.sql @@ -0,0 +1 @@ +UPDATE `item` SET `VerifiedBuild`=19831 WHERE `ID` IN (120989 /*-Unknown-*/, 121820 /*-Unknown-*/, 121837 /*-Unknown-*/, 122101 /*-Unknown-*/, 122147 /*-Unknown-*/, 122154 /*-Unknown-*/, 122706 /*-Unknown-*/, 122707 /*-Unknown-*/); |