mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
* Correct worldside NPC texts, by terrorbringer
--HG-- branch : trunk
This commit is contained in:
@@ -32,8 +32,8 @@ EndContentData */
|
||||
## npc_converted_sentry
|
||||
######*/
|
||||
|
||||
#define SAY_CONVERTED_1 -1000284
|
||||
#define SAY_CONVERTED_2 -1000284
|
||||
#define SAY_CONVERTED_1 -1000188
|
||||
#define SAY_CONVERTED_2 -1000189
|
||||
|
||||
#define SPELL_CONVERT_CREDIT 45009
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@ EndContentData */
|
||||
## npc_lady_sylvanas_windrunner
|
||||
######*/
|
||||
|
||||
#define SAY_LAMENT_END -1000357
|
||||
#define EMOTE_LAMENT_END -1000358
|
||||
#define SAY_LAMENT_END -1000196
|
||||
#define EMOTE_LAMENT_END -1000197
|
||||
|
||||
#define SOUND_CREDIT 10896
|
||||
#define ENTRY_HIGHBORNE_LAMENTER 21628
|
||||
|
||||
@@ -71,11 +71,11 @@ CreatureAI* GetAI_mobs_bladespire_ogre(Creature* pCreature)
|
||||
|
||||
enum eNetherdrake
|
||||
{
|
||||
SAY_NIHIL_1 = -1000396, //signed for 5955
|
||||
SAY_NIHIL_2 = -1000397, //signed for 5955
|
||||
SAY_NIHIL_3 = -1000398, //signed for 5955
|
||||
SAY_NIHIL_4 = -1000399, //signed for 20021, used by 20021,21817,21820,21821,21823
|
||||
SAY_NIHIL_INTERRUPT = -1000400, //signed for 20021, used by 20021,21817,21820,21821,21823
|
||||
SAY_NIHIL_1 = -1000169, //signed for 5955
|
||||
SAY_NIHIL_2 = -1000170, //signed for 5955
|
||||
SAY_NIHIL_3 = -1000171, //signed for 5955
|
||||
SAY_NIHIL_4 = -1000172, //signed for 20021, used by 20021,21817,21820,21821,21823
|
||||
SAY_NIHIL_INTERRUPT = -1000173, //signed for 20021, used by 20021,21817,21820,21821,21823
|
||||
|
||||
ENTRY_WHELP = 20021,
|
||||
ENTRY_PROTO = 21821,
|
||||
|
||||
@@ -82,10 +82,10 @@ CreatureAI* GetAI_mob_shattered_rumbler(Creature* pCreature)
|
||||
#define SPELL_VISUAL_SLEEP 16093
|
||||
#define SPELL_SPEAR_THROW 32248
|
||||
|
||||
#define LUMP_SAY0 -1000293
|
||||
#define LUMP_SAY1 -1000294
|
||||
#define LUMP_SAY0 -1000190
|
||||
#define LUMP_SAY1 -1000191
|
||||
|
||||
#define LUMP_DEFEAT -1000295
|
||||
#define LUMP_DEFEAT -1000192
|
||||
|
||||
#define GOSSIP_HL "I need answers, ogre!"
|
||||
#define GOSSIP_SL1 "Why are Boulderfist out this far? You know that this is Kurenai territory."
|
||||
|
||||
Reference in New Issue
Block a user