Cleanup scripts and removed not needed ones.
This commit is contained in:
@@ -1551,7 +1551,6 @@ namespace Scripts.Northrend.IcecrownCitadel
|
||||
}
|
||||
}
|
||||
|
||||
[Script]
|
||||
[Script]
|
||||
class npc_gunship_gunner : gunship_npc_AI
|
||||
{
|
||||
|
||||
@@ -123,9 +123,9 @@ namespace Scripts.Northrend.IcecrownCitadel
|
||||
|
||||
// at Light's Hammer
|
||||
[Script]
|
||||
class npc_highlord_tirion_fordring : ScriptedAI
|
||||
class npc_highlord_tirion_fordring_lh : ScriptedAI
|
||||
{
|
||||
public npc_highlord_tirion_fordring(Creature creature)
|
||||
public npc_highlord_tirion_fordring_lh(Creature creature)
|
||||
: base(creature)
|
||||
{
|
||||
_instance = creature.GetInstanceScript();
|
||||
|
||||
Reference in New Issue
Block a user