fix(DB/gameobject): Darnassus Moonwell spell focus objects (#11428)

* Add files via upload

* Update rev_1650258156241061000.sql
This commit is contained in:
Degen
2022-05-23 05:44:37 -03:00
committed by GitHub
parent e5b0545759
commit 34943f1f4b

View File

@@ -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);