mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Fix encoding
This commit is contained in:
@@ -38,18 +38,18 @@ enum Spells
|
||||
|
||||
#define LOCALE_TRICK_OR_TREAT_0 "Trick or Treat!"
|
||||
#define LOCALE_TRICK_OR_TREAT_2 "Des bonbons ou des blagues!"
|
||||
#define LOCALE_TRICK_OR_TREAT_3 "Süßes oder Saures!"
|
||||
#define LOCALE_TRICK_OR_TREAT_6 "¡Truco o trato!"
|
||||
#define LOCALE_TRICK_OR_TREAT_3 "Süßes oder Saures!"
|
||||
#define LOCALE_TRICK_OR_TREAT_6 "¡Truco o trato!"
|
||||
|
||||
#define LOCALE_INNKEEPER_0 "Make this inn my home."
|
||||
#define LOCALE_INNKEEPER_2 "Faites de cette auberge votre foyer."
|
||||
#define LOCALE_INNKEEPER_3 "Ich möchte dieses Gasthaus zu meinem Heimatort machen."
|
||||
#define LOCALE_INNKEEPER_3 "Ich möchte dieses Gasthaus zu meinem Heimatort machen."
|
||||
#define LOCALE_INNKEEPER_6 "Fija tu hogar en esta taberna."
|
||||
|
||||
#define LOCALE_VENDOR_0 "I want to browse your goods."
|
||||
#define LOCALE_VENDOR_2 "Je voudrais regarder vos articles."
|
||||
#define LOCALE_VENDOR_3 "Ich sehe mich nur mal um."
|
||||
#define LOCALE_VENDOR_6 "Quiero ver tus mercancías."
|
||||
#define LOCALE_VENDOR_6 "Quiero ver tus mercancías."
|
||||
|
||||
class npc_innkeeper : public CreatureScript
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user