diff options
author | maximius <none@none> | 2009-10-28 12:44:41 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-28 12:44:41 -0700 |
commit | 37d2e9f16c7e6bd92ceab2bebe7decbd4fe43925 (patch) | |
tree | 8780c37da02e5a971157274599ef140426cbc02a /src | |
parent | 921224ed421482c58bfbab56a39a43e78ef62049 (diff) |
*UTF-8 encoding, thanks WarHead
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/world/npc_innkeeper.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindings/scripts/scripts/world/npc_innkeeper.cpp b/src/bindings/scripts/scripts/world/npc_innkeeper.cpp index 500356212ff..e484642f435 100644 --- a/src/bindings/scripts/scripts/world/npc_innkeeper.cpp +++ b/src/bindings/scripts/scripts/world/npc_innkeeper.cpp @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2008 - 2009 Trinity <http://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify @@ -32,11 +32,11 @@ EndScriptData */ #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_3 "Ich möchte dieses Gasthaus zu meinem Heimatort machen." +#define LOCALE_INNKEEPER_3 "Ich möchte dieses Gasthaus zu meinem Heimatort machen." bool GossipHello_npc_innkeeper(Player *pPlayer, Creature *pCreature) { |