From ee8e850fc3fa3e2004fae3dc65a9380aec3ea25a Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Mon, 6 Apr 2015 23:38:47 +0200 Subject: DB/Hotfixes: Added missing update for 9dbe55b3197dcab233e7aeadafbde3164cd1b37b --- sql/updates/hotfixes/2015_04_06_05_hotfixes.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/hotfixes/2015_04_06_05_hotfixes.sql (limited to 'sql/updates/hotfixes') 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-*/); -- cgit v1.2.3