chore(DB): import pending files

Referenced commit(s): bcfaf2daad
This commit is contained in:
AzerothCoreBot
2022-05-23 08:47:12 +00:00
parent bcfaf2daad
commit 72b88ad188
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
-- DB update 2022_05_23_00 -> 2022_05_23_01
/*
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);

View File

@@ -0,0 +1,3 @@
-- DB update 2022_05_23_01 -> 2022_05_23_02
--
UPDATE `spell_proc_event` SET `procFlags`=0x1|0x20000 WHERE `entry`=-34914;