mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Vanilla feels adjustments + various locales (#594)
- Fix some scarab lord missing string/locales - Fix missing non EN Onyxia's Lair locales (only for the 60 restored vanilla raid version) - Fix missing non EN Naxxramas locales + get rid of WotLK models in Naxx (only for the 60 restored vanilla raid version) - Phasing the 2 Arena NPC in Exodar/Silvermoon until TBC - A bit of others non EN locales for various vanilla npc/items/quest
This commit is contained in:
committed by
GitHub
parent
8dc862964a
commit
99d14b6075
@@ -18424,6 +18424,10 @@ UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0
|
||||
|
||||
/* Greshka */
|
||||
UPDATE `creature_template` SET `subname` = 'Demon Master' WHERE `entry`=12807;
|
||||
UPDATE `creature_template_locale` SET `Title` = 'Dämonenmeisterin' WHERE `entry` = '12807' AND `locale` = 'deDE';
|
||||
UPDATE `creature_template_locale` SET `Title` = 'Maestro de demonios' WHERE `entry` = '12807' AND `locale` = 'esES';
|
||||
UPDATE `creature_template_locale` SET `Title` = 'Maestro de demonios' WHERE `entry` = '12807' AND `locale` = 'esMX';
|
||||
UPDATE `creature_template_locale` SET `Title` = 'Maître des démons' WHERE `entry` = '12807' AND `locale` = 'frFR';
|
||||
|
||||
/* Xen'Zilla */
|
||||
UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12816;
|
||||
|
||||
Reference in New Issue
Block a user