From 37d2e9f16c7e6bd92ceab2bebe7decbd4fe43925 Mon Sep 17 00:00:00 2001 From: maximius Date: Wed, 28 Oct 2009 12:44:41 -0700 Subject: *UTF-8 encoding, thanks WarHead --HG-- branch : trunk --- src/bindings/scripts/scripts/world/npc_innkeeper.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 * * 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) { -- cgit v1.2.3