mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
fix(DB/lang): Update enUS NPC title & subname
This commit is contained in:
parent
1e92aa1756
commit
43825ef6d5
@ -1,3 +1,4 @@
|
||||
-- Update frFR ; from WowHead WOTLK
|
||||
-- OLD name : Nervi de pacotille
|
||||
-- Source : https://www.wowhead.com/wotlk/fr/npc=38
|
||||
UPDATE `creature_template_locale` SET `Name` = 'Nervi défias' WHERE `locale` = 'frFR' AND `entry` = 38;
|
||||
|
||||
173
data/sql/updates/pending_db_world/rev_1762636617667688152.sql
Normal file
173
data/sql/updates/pending_db_world/rev_1762636617667688152.sql
Normal file
@ -0,0 +1,173 @@
|
||||
-- Update enUS ; from WowHead WOTLK
|
||||
-- OLD name : Comar Villard
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=5683
|
||||
UPDATE `creature_template` SET `name` = 'Corma Villard' WHERE `entry` = 5683;
|
||||
-- OLD name : Comar Villard Projection
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=5692
|
||||
UPDATE `creature_template` SET `name` = 'Corma Villard Projection' WHERE `entry` = 5692;
|
||||
-- OLD subname : Gerard's Mindslave
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=5697
|
||||
UPDATE `creature_template` SET `subname` = 'Gerard''s Experiment' WHERE `entry` = 5697;
|
||||
-- OLD name : Commander Kartak Dwarfdefiler
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=7014
|
||||
UPDATE `creature_template` SET `name` = 'Commander Mazruk Dwarfsplitter' WHERE `entry` = 7014;
|
||||
-- OLD name : Kalaran Windblade
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=8479
|
||||
UPDATE `creature_template` SET `name` = 'Velarok Windblade' WHERE `entry` = 8479;
|
||||
-- OLD name : Kalaran the Deceiver
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=8480
|
||||
UPDATE `creature_template` SET `name` = 'Velarok the Deceiver' WHERE `entry` = 8480;
|
||||
-- OLD name : Finkle Einhorn
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=10776
|
||||
UPDATE `creature_template` SET `name` = 'Pip Quickwit' WHERE `entry` = 10776;
|
||||
-- OLD name : Fras Siabi
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=11058
|
||||
UPDATE `creature_template` SET `name` = 'Ezra Grimm' WHERE `entry` = 11058;
|
||||
-- OLD name : Commander Dardosh <old>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=13140
|
||||
UPDATE `creature_template` SET `name` = 'Commander Dardosh',`subname` = 'old' WHERE `entry` = 13140;
|
||||
-- OLD name : Lieutenant Murp <old>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=13146
|
||||
UPDATE `creature_template` SET `name` = 'Lieutenant Murp',`subname` = 'old' WHERE `entry` = 13146;
|
||||
-- OLD name : Field Marshal Afrasiabi
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=14721
|
||||
UPDATE `creature_template` SET `name` = 'Field Marshal Stonebridge' WHERE `entry` = 14721;
|
||||
-- OLD name : Pathstalker Kariel
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=15285
|
||||
UPDATE `creature_template` SET `name` = 'Pathstalker Avokor' WHERE `entry` = 15285;
|
||||
-- OLD name : RC Blimp <PH>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=15349
|
||||
UPDATE `creature_template` SET `name` = 'RC Blimp',`subname` = 'PH' WHERE `entry` = 15349;
|
||||
-- OLD name : RC Mortar Tank <PH>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=15364
|
||||
UPDATE `creature_template` SET `name` = 'RC Mortar Tank',`subname` = 'PH' WHERE `entry` = 15364;
|
||||
-- OLD name : Concubine
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=16461
|
||||
UPDATE `creature_template` SET `name` = 'Zealous Paramour' WHERE `entry` = 16461;
|
||||
-- OLD name : Jessera of Mac'Aree
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=17663
|
||||
UPDATE `creature_template` SET `name` = 'Maatparm' WHERE `entry` = 17663;
|
||||
-- OLD name : Stillpine Ambassador Frasaboo
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=18803
|
||||
UPDATE `creature_template` SET `name` = 'Stillpine Ambassador Olorg' WHERE `entry` = 18803;
|
||||
-- OLD name : Afrazi Forest Strider
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=21635
|
||||
UPDATE `creature_template` SET `name` = 'Forest Strider' WHERE `entry` = 21635;
|
||||
-- OLD name : First Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22798
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 1 Quest Credit' WHERE `entry` = 22798;
|
||||
-- OLD name : Second Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22799
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 2 Quest Credit' WHERE `entry` = 22799;
|
||||
-- OLD name : Third Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22800
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 3 Quest Credit' WHERE `entry` = 22800;
|
||||
-- OLD name : Fourth Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22801
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 4 Quest Credit' WHERE `entry` = 22801;
|
||||
-- OLD name : Temple Concubine
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22939
|
||||
UPDATE `creature_template` SET `name` = 'Temple Acolyte' WHERE `entry` = 22939;
|
||||
-- OLD name : Charming Courtesan
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22955
|
||||
UPDATE `creature_template` SET `name` = 'Charming Patron' WHERE `entry` = 22955;
|
||||
-- OLD name : Sister of Pain
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22956
|
||||
UPDATE `creature_template` SET `name` = 'Priestess of Torment' WHERE `entry` = 22956;
|
||||
-- OLD name : Priestess of Dementia
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22957
|
||||
UPDATE `creature_template` SET `name` = 'Mistress of Dementia' WHERE `entry` = 22957;
|
||||
-- OLD name : Spellbound Attendant
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22959
|
||||
UPDATE `creature_template` SET `name` = 'Ardent Host' WHERE `entry` = 22959;
|
||||
-- OLD name : Priestess of Delight
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22962
|
||||
UPDATE `creature_template` SET `name` = 'Mistress of Woe' WHERE `entry` = 22962;
|
||||
-- OLD name : Sister of Pleasure
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22964
|
||||
UPDATE `creature_template` SET `name` = 'Priestess of Delight' WHERE `entry` = 22964;
|
||||
-- OLD name : Enslaved Servant
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22965
|
||||
UPDATE `creature_template` SET `name` = 'Devoted Steward' WHERE `entry` = 22965;
|
||||
-- OLD subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=23405
|
||||
UPDATE `creature_template` SET `subname` = 'PTR Consumables' WHERE `entry` = 23405;
|
||||
-- OLD subname : Mate of the Flaskataur
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=24982
|
||||
UPDATE `creature_template` SET `subname` = 'PTR Enchants' WHERE `entry` = 24982;
|
||||
-- OLD name : Gorge the Corpsegrinder
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=25329
|
||||
UPDATE `creature_template` SET `name` = 'Annihilator Grek''lor' WHERE `entry` = 25329;
|
||||
-- OLD name : Plate Glyph Vendor
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=26304
|
||||
UPDATE `creature_template` SET `name` = 'General Goods Vendor' WHERE `entry` = 26304;
|
||||
-- OLD name : Torturer LeCraft
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=27209
|
||||
UPDATE `creature_template` SET `name` = 'Torturer Alphonse' WHERE `entry` = 27209;
|
||||
-- OLD name : Senior Scrivener Barriga
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=27378
|
||||
UPDATE `creature_template` SET `name` = 'Senior Scrivener Kinnedius' WHERE `entry` = 27378;
|
||||
-- OLD name : Lord Afrasastrasz
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=27575
|
||||
UPDATE `creature_template` SET `name` = 'Lord Devrestrasz' WHERE `entry` = 27575;
|
||||
-- OLD name : Torturer LeCraft
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=28554
|
||||
UPDATE `creature_template` SET `name` = 'Torturer Alphonse' WHERE `entry` = 28554;
|
||||
-- OLD name : Hargus the Gimp
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=28760
|
||||
UPDATE `creature_template` SET `name` = 'Hargus the Geist' WHERE `entry` = 28760;
|
||||
-- OLD name : Scarlet Lord Jesseriah McCree
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=28964
|
||||
UPDATE `creature_template` SET `name` = 'Scarlet Lord Borugh' WHERE `entry` = 28964;
|
||||
-- OLD name : Jormuttar
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=30340
|
||||
UPDATE `creature_template` SET `name` = 'Jorcuttar' WHERE `entry` = 30340;
|
||||
-- OLD name : Fras Siabi
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=30552
|
||||
UPDATE `creature_template` SET `name` = 'Ezra Grimm' WHERE `entry` = 30552;
|
||||
-- OLD name : Azure Sorceror
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=30667
|
||||
UPDATE `creature_template` SET `name` = 'Azure Sorcerer' WHERE `entry` = 30667;
|
||||
-- OLD name : Crafticus Mindbender
|
||||
-- Update enUS ; from WowHead WOTLK
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32686
|
||||
UPDATE `creature_template` SET `name` = 'Tomas Riogain' WHERE `entry` = 32686;
|
||||
-- OLD subname : Death Knight Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32753
|
||||
UPDATE `creature_template` SET `subname` = 'Death Knight Supplies' WHERE `entry` = 32753;
|
||||
-- OLD subname : Druid Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32754
|
||||
UPDATE `creature_template` SET `subname` = 'Druid Supplies' WHERE `entry` = 32754;
|
||||
-- OLD subname : Hunter Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32755
|
||||
UPDATE `creature_template` SET `subname` = 'Hunter Supplies' WHERE `entry` = 32755;
|
||||
-- OLD subname : Mage Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32756
|
||||
UPDATE `creature_template` SET `subname` = 'Mage Supplies' WHERE `entry` = 32756;
|
||||
-- OLD subname : Paladin Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32757
|
||||
UPDATE `creature_template` SET `subname` = 'Paladin Supplies' WHERE `entry` = 32757;
|
||||
-- OLD subname : Priest Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32758
|
||||
UPDATE `creature_template` SET `subname` = 'Priest Supplies' WHERE `entry` = 32758;
|
||||
-- OLD subname : Rogue Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32759
|
||||
UPDATE `creature_template` SET `subname` = 'Rogue Supplies' WHERE `entry` = 32759;
|
||||
-- OLD subname : Shaman Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32760
|
||||
UPDATE `creature_template` SET `subname` = 'Shaman Supplies' WHERE `entry` = 32760;
|
||||
-- OLD subname : Warlock Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32761
|
||||
UPDATE `creature_template` SET `subname` = 'Warlock Supplies' WHERE `entry` = 32761;
|
||||
-- OLD subname : Warrior Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32762
|
||||
UPDATE `creature_template` SET `subname` = 'Warrior Supplies' WHERE `entry` = 32762;
|
||||
-- OLD name : Big Love Rocket
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=38204
|
||||
UPDATE `creature_template` SET `name` = 'X-45 Heartbreaker' WHERE `entry` = 38204;
|
||||
-- OLD name : Invisible Stalker (Float,Uninteractible,LargeAOI) (3.00)
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=38310
|
||||
UPDATE `creature_template` SET `name` = 'Invisible Stalker (Float, Uninteractible, LargeAOI) (3.00)' WHERE `entry` = 38310;
|
||||
-- OLD name : Invisible Stalker (Hostile,Ignore Combat,Float,Uninteractible,Large AOI)
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=39842
|
||||
UPDATE `creature_template` SET `name` = 'Invisible Stalker (Hostile, Ignore Combat, Float, Uninteractible, Large AOI)' WHERE `entry` = 39842;
|
||||
Loading…
x
Reference in New Issue
Block a user