From 7465b043072eb261837190f5abbb856e1ad8c311 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Sat, 7 Aug 2021 12:33:58 +0200 Subject: [PATCH] fix(DB/Quest): Egg of Onyxia disappears after attacking for Brood of Onyxia (#7200) --- .../sql/updates/pending_db_world/rev_1627894869122476600.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1627894869122476600.sql diff --git a/data/sql/updates/pending_db_world/rev_1627894869122476600.sql b/data/sql/updates/pending_db_world/rev_1627894869122476600.sql new file mode 100644 index 000000000..8731d49a0 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1627894869122476600.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627894869122476600'); + +-- Make the Egg of Onyxia (20359) dissapear after atacking for the quest Brood of Onyxia (1172) +UPDATE `gameobject_template` SET `Data3` = 1 WHERE (`entry` = 20359); +