Core/Scripts: Reworked scripts. More to come.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -69,7 +69,7 @@ namespace Game.Entities
|
||||
m_timer -= diff;
|
||||
break;
|
||||
}
|
||||
case TempSummonType.TimedDespawnOOC:
|
||||
case TempSummonType.TimedDespawnOutOfCombat:
|
||||
{
|
||||
if (!IsInCombat())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user