From 6d97156dcdb4abbca7c8654a1bb7e6b5de1f3430 Mon Sep 17 00:00:00 2001 From: Inifield Date: Thu, 8 Feb 2018 12:51:42 +0100 Subject: [PATCH] DB/BWL: Fix eggs being clickable and Grethok should yell when engaged --- .../updates/pending_db_world/rev_1518089572435453900.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1518089572435453900.sql diff --git a/data/sql/updates/pending_db_world/rev_1518089572435453900.sql b/data/sql/updates/pending_db_world/rev_1518089572435453900.sql new file mode 100644 index 000000000..67bf62684 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1518089572435453900.sql @@ -0,0 +1,7 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1518089572435453900'); + +-- The eggs should not be clickable +UPDATE `gameobject_template` SET `faction`='14' WHERE `entry`=177807; + +-- Grethok the controller should shout "Intruders have breached the hatchery.." when engaged, +UPDATE `smart_scripts` SET `event_type`='4' WHERE `entryorguid`=12557 AND `source_type`=0 AND `id`=4 AND `link`=0;