chore(DB): import pending files

Referenced commit(s): 077fbaeed1
This commit is contained in:
AzerothCoreBot
2022-10-11 18:13:06 +00:00
parent 077fbaeed1
commit 97fa4d931c
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- DB update 2022_10_11_05 -> 2022_10_11_06
--
DELETE FROM `creature` WHERE `guid` BETWEEN 160359 AND 160363;
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`) VALUES
(160359, 8387, 0, 0, 1, 1747.24, -5859.6, -90.3817, 3.98543, 300, 0, 0),
(160360, 8388, 0, 0, 1, 1747.62, -5862.27, -90.9249, 3.17332, 300, 0, 0),
(160361, 8389, 0, 0, 1, 1748.87, -5863.46, -90.2665, 2.83088, 300, 0, 0),
(160362, 8394, 0, 0, 1, 1746.45, -5861.29, -91.4165, 3.20841, 300, 0, 0),
(160363, 8478, 0, 0, 1, 1916.44, -5733.37, 10.1936, 4.10397, 300, 0, 0);

View File

@@ -0,0 +1,9 @@
-- DB update 2022_10_11_06 -> 2022_10_11_07
--
-- Replenishing the Healing Crystals (9280 Draenei Version) (DROP QUEST)
-- Vial of Moth Blood (item 22889): 50/50
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=16517 AND `Item`=22934 AND `Reference`=0 AND `GroupId`=0;
-- What Must Be Done... (9293) (DROP QUEST) (DONE)
-- Lasher Sample (item 16517): 50/50
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=16520 AND `Item`=22889 AND `Reference`=0 AND `GroupId`=0;