mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update Laden Dew Gland drop rate
This commit is contained in:
@@ -6,3 +6,6 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
|||||||
UPDATE `gameobject_template` SET `ScriptName` = "go_cavernsoftimedoor" WHERE `entry` = 176996;
|
UPDATE `gameobject_template` SET `ScriptName` = "go_cavernsoftimedoor" WHERE `entry` = 176996;
|
||||||
|
|
||||||
UPDATE `creature` SET `position_x` = -8175.67, `position_y` = -4718.28, `position_z` = 26.3489, `orientation` = 1.88496 WHERE `id1` = 15192;
|
UPDATE `creature` SET `position_x` = -8175.67, `position_y` = -4718.28, `position_z` = 26.3489, `orientation` = 1.88496 WHERE `id1` = 15192;
|
||||||
|
|
||||||
|
-- update Laden Dew Gland drop rate, was 100%
|
||||||
|
UPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 8428;
|
||||||
|
|||||||
Reference in New Issue
Block a user