fix(DB/item_template_locale): Item Description deDE (#3845)
This commit is contained in:
parent
16c25c2fa8
commit
07588a170e
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1607086882277070500');
|
||||
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man ein Fischmahl zubereitet.' WHERE `ID`=43017 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man ein Megamammutmahl zubereitet.' WHERE `ID`=43018 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man ein zartes Schaufelhauersteak zubereitet.' WHERE `ID`=43019 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man sehr verbrannten Worg zubereitet.' WHERE `ID`=43021 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man eine große Rhinowurst zubereitet.' WHERE `ID`=43022 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man eine pochierte nordische Groppe zubereitet.' WHERE `ID`=43023 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man einen Feuerkracherlachs zubereitet.' WHERE `ID`=43024 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Lehrt Euch, wie man einen würzigen blauen Nesselfisch zubereitet.' WHERE `ID`=43025 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Tun wir mal so, als hättet Ihr ein komplettes Ulduar-10er-Set' WHERE `ID`=46103 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Tun wir mal so, als hättet Ihr ein komplettes Ulduar-25er-Set' WHERE `ID`=46104 AND `locale`='deDE';
|
||||
UPDATE `item_template_locale` SET `Description`='Tun wir mal so, als hättet Ihr ein komplettes Ulduar-Hardmode-Set' WHERE `ID`=46105 AND `locale`='deDE';
|
||||
Loading…
Add table
Add a link
Reference in a new issue