mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
- all sql files moved to data directory - vanilla_regen_values is now labeled as optional. zz_optional_vanilla_regen_values.sql - vanilla_mob_factions removed, content moved to zone_ sql files - naxx40_remove_disables removed, content moved to naxx40 sql file - zone_elwynn_forest clean up - zone_durotar clean up - zone_tirisfal_glades clean up
30 lines
1.1 KiB
SQL
30 lines
1.1 KiB
SQL
-- Dragonspine Door
|
|
UPDATE `gameobject` SET `animprogress`=100, `state`=1 WHERE `id`=164725;
|
|
|
|
-- Doodad_DarkIronBrazier01
|
|
UPDATE `gameobject` SET `animprogress`=100, `state`=1 WHERE `id`=175528;
|
|
|
|
-- Doodad_DarkIronBrazier02
|
|
UPDATE `gameobject` SET `animprogress`=100, `state`=1 WHERE `id`=175529;
|
|
|
|
-- Doodad_DarkIronBrazier03
|
|
UPDATE `gameobject` SET `animprogress`=100, `state`=1 WHERE `id`=175530;
|
|
|
|
-- Doodad_DarkIronBrazier04
|
|
UPDATE `gameobject` SET `animprogress`=100, `state`=1 WHERE `id`=175531;
|
|
|
|
-- Doodad_DarkIronBrazier05
|
|
UPDATE `gameobject` SET `animprogress`=100, `state`=1 WHERE `id`=175532;
|
|
|
|
-- Doodad_DarkIronBrazier06
|
|
UPDATE `gameobject` SET `animprogress`=100, `state`=1 WHERE `id`=175533;
|
|
|
|
|
|
/* important blackrock documents (item 12562) is currently a dropped item. it shouldn't be.
|
|
this item can be found as a lootable scroll on the ground within LBRS. */
|
|
DELETE FROM `creature_loot_template` WHERE `Item` = 12562;
|
|
|
|
/* gemstones shouldn't have 100% drop rate. should be around 33%.
|
|
exact rates unknown. wowhead's listed drop rates aren't correct. */
|
|
UPDATE `creature_loot_template` SET `Chance` = 33 WHERE `Item` IN (12335, 12336, 12337);
|