From b164fea262da1bf0054cd6e5ee8b4576f3dadb1d Mon Sep 17 00:00:00 2001 From: Knindza Date: Sun, 6 Sep 2020 19:26:18 +0200 Subject: [PATCH] chore(DB/VerifiedBuild): Gameobject 3.3.0 (#3398) --- .../pending_db_world/rev_1598880966895655100.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1598880966895655100.sql diff --git a/data/sql/updates/pending_db_world/rev_1598880966895655100.sql b/data/sql/updates/pending_db_world/rev_1598880966895655100.sql new file mode 100644 index 000000000..00c88550d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1598880966895655100.sql @@ -0,0 +1,11 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1598880966895655100'); +/* + * General: Build Update + * Update by Knindza | + * Copyright (C) & +*/ + +/* Content 3.3.0 */ +SET @Build := 11159; + +UPDATE `gameobject_template` SET `VerifiedBuild` = @Build WHERE `entry` IN (202443, 202616, 202218);