mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/gameobject): Darnassus Moonwell spell focus objects (#11428)
* Add files via upload * Update rev_1650258156241061000.sql
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user