Core/Scripts: Reworked scripts. More to come.

This commit is contained in:
hondacrx
2021-02-18 11:57:11 -05:00
parent 1e2b303b35
commit 03456fb574
19 changed files with 2158 additions and 704 deletions
+1 -1
View File
@@ -2812,7 +2812,7 @@ namespace Game.Entities
stmt.AddValue(5, GetGUID().GetCounter());
DB.Characters.Execute(stmt);
}
void SetBindPoint(ObjectGuid guid)
public void SetBindPoint(ObjectGuid guid)
{
BinderConfirm packet = new BinderConfirm(guid);
SendPacket(packet);
+1 -1
View File
@@ -69,7 +69,7 @@ namespace Game.Entities
m_timer -= diff;
break;
}
case TempSummonType.TimedDespawnOOC:
case TempSummonType.TimedDespawnOutOfCombat:
{
if (!IsInCombat())
{