More refactoring of code.

This commit is contained in:
hondacrx
2019-09-23 21:41:13 -04:00
parent 2418715800
commit 570aebce26
176 changed files with 2261 additions and 2265 deletions
@@ -681,7 +681,7 @@ namespace Scripts.EasternKingdoms
{
public npc_salanar_the_horseman(Creature creature) : base(creature) { }
public override void sGossipSelect(Player player, uint menuId, uint gossipListId)
public override void GossipSelect(Player player, uint menuId, uint gossipListId)
{
if (menuId == MiscConst.GossipSalanarMenu && gossipListId == MiscConst.GossipSalanarOption)
{
@@ -939,7 +939,7 @@ namespace Scripts.EasternKingdoms
}
[Script]
class npc_scarlet_miner : npc_escortAI
class npc_scarlet_miner : NpcEscortAI
{
public npc_scarlet_miner(Creature creature) : base(creature)
{