From 34943f1f4b49f33cc4e61c33b85ae1ea71edb8d2 Mon Sep 17 00:00:00 2001 From: Degen <61268368+aradep@users.noreply.github.com> Date: Mon, 23 May 2022 05:44:37 -0300 Subject: [PATCH] fix(DB/gameobject): Darnassus Moonwell spell focus objects (#11428) * Add files via upload * Update rev_1650258156241061000.sql --- .../pending_db_world/rev_1650258156241061000.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1650258156241061000.sql diff --git a/data/sql/updates/pending_db_world/rev_1650258156241061000.sql b/data/sql/updates/pending_db_world/rev_1650258156241061000.sql new file mode 100644 index 000000000..ab610d088 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1650258156241061000.sql @@ -0,0 +1,10 @@ +/* +Darnassus Temple of the Moon Moonwell spell focus objects +*/ + +DELETE FROM `gameobject` WHERE `guid` IN (2135451,2135452,2135453,2135454); +INSERT INTO `gameobject` VALUES +(2135451, 177281, 1, 0, 0, 1, 1, 9637.86, 2524.03, 1330, 0, -0, -0, 0, 0, 300, 0, 1, '', 0), +(2135452, 177281, 1, 0, 0, 1, 1, 9629.63, 2524.03, 1330, 0, -0, -0, 0, 0, 300, 0, 1, '', 0), +(2135453, 177281, 1, 0, 0, 1, 1, 9634.05, 2519.87, 1330, 0, -0, -0, 0, 0, 300, 0, 1, '', 0), +(2135454, 177281, 1, 0, 0, 1, 1, 9633.71, 2528.07, 1330, 0, -0, -0, 0, 0, 300, 0, 1, '', 0);