More updates to scripts (still wont build)
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
// Copyright (c) CypherCore <http://github.com/CypherCore> All rights reserved.
|
||||
// Copyright (c) CypherCore <http://github.com/CypherCore> All rights reserved.
|
||||
// Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE file in the project root for full license information.
|
||||
|
||||
using Framework.Constants;
|
||||
using Game.Entities;
|
||||
using Game.Scripting;
|
||||
|
||||
namespace Scripts.World
|
||||
namespace Scripts.World.Conversations
|
||||
{
|
||||
[Script]
|
||||
class conversation_allied_race_dk_defender_of_azeroth : ConversationScript
|
||||
{
|
||||
const uint NpcTalkToYourCommanderCredit = 161709;
|
||||
const uint NpcListenToYourCommanderCredit = 163027;
|
||||
|
||||
const uint ConversationLinePlayer = 32926;
|
||||
|
||||
public conversation_allied_race_dk_defender_of_azeroth() : base("conversation_allied_race_dk_defender_of_azeroth") { }
|
||||
@@ -31,4 +30,4 @@ namespace Scripts.World
|
||||
sender.KilledMonsterCredit(NpcListenToYourCommanderCredit);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user