Core/Refactor: Part 3

This commit is contained in:
hondacrx
2018-05-16 19:57:48 -04:00
parent 225a5d27f7
commit 5dacd669b5
112 changed files with 564 additions and 561 deletions
+2 -2
View File
@@ -304,7 +304,7 @@ namespace Scripts.World
{
public go_tablet_of_the_seven() : base("go_tablet_of_the_seven") { }
/// @todo use gossip option ("Transcript the Tablet") instead, if Trinity adds support.
// @todo use gossip option ("Transcript the Tablet") instead, if Trinity adds support.
public override bool OnGossipHello(Player player, GameObject go)
{
if (go.GetGoType() != GameObjectTypes.QuestGiver)
@@ -799,7 +799,7 @@ namespace Scripts.World
if (!pPrisoner || !pPrisoner.IsAlive())
return true;
/// @todo prisoner should help player for a short period of time
// @todo prisoner should help player for a short period of time
player.KilledMonsterCredit(GameobjectConst.NpcCapturedValgardePrisonerProxy);
pPrisoner.DespawnOrUnsummon();
return true;