From 96bcae3386ac8155eb41619cf5c1251e01738450 Mon Sep 17 00:00:00 2001 From: Knindza Date: Fri, 18 Sep 2020 15:08:27 +0200 Subject: [PATCH] chore(DB/VerifiedBuild): Gameobjects 3.1.x (#3407) --- .../pending_db_world/rev_1598878994711082500.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1598878994711082500.sql diff --git a/data/sql/updates/pending_db_world/rev_1598878994711082500.sql b/data/sql/updates/pending_db_world/rev_1598878994711082500.sql new file mode 100644 index 000000000..479eec886 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1598878994711082500.sql @@ -0,0 +1,11 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1598878994711082500'); +/* + * General: Build Update + * Update by Knindza | + * Copyright (C) & +*/ + +/* Content 3.1.x */ +SET @Build := 9767; + +UPDATE `gameobject_template` SET `VerifiedBuild` = @Build WHERE `entry` IN (194200, 194213, 194238, 194307, 194312, 194316, 194324, 194340, 194341, 194356, 194423, 194424, 194463, 194479, 194519, 194537, 194538, 194539, 194541, 194542, 194543, 194555, 194565, 194569, 194625, 194628, 194752, 194789, 194902, 195036, 195046);