Misc fixes

This commit is contained in:
hondacrx
2021-11-15 22:40:38 -05:00
parent a01138b19a
commit 51c292c349
5 changed files with 7 additions and 23 deletions
-14
View File
@@ -505,20 +505,6 @@ namespace Scripts.World.GameObjects
}
}
[Script]
class go_sacred_fire_of_life : GameObjectAI
{
public go_sacred_fire_of_life(GameObject go) : base(go) { }
public override bool GossipHello(Player player)
{
if (me.GetGoType() == GameObjectTypes.Goober)
player.SummonCreature(CreatureIds.Arikara, -5008.338f, -2118.894f, 83.657f, 0.874f, TempSummonType.TimedDespawnOutOfCombat, 30000);
return true;
}
}
[Script]
class go_shrine_of_the_birds : GameObjectAI
{