From a9174617622a85599e8e2878f3036b35781192dd Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Wed, 28 Aug 2013 19:04:35 +0200 Subject: DB/Misc: Fix startup errors --- .../Northrend/UtgardeKeep/UtgardeKeep/boss_ingvar_the_plunderer.cpp | 2 +- .../scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_ingvar_the_plunderer.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_ingvar_the_plunderer.cpp index e6e9fffd5ac..30174996a42 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_ingvar_the_plunderer.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_ingvar_the_plunderer.cpp @@ -291,7 +291,7 @@ class npc_annhylde_the_caller : public CreatureScript { if (type != POINT_MOTION_TYPE) return; - + switch (id) { case 1: diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp index 7bc25aad773..c4e7416f855 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp @@ -197,7 +197,7 @@ class instance_utgarde_keep : public InstanceMapScript std::ostringstream saveStream; saveStream << "U K " << GetBossSaveData(); - + for (uint8 i = 0; i < 3; ++i) saveStream << Forges[i].Event << ' '; -- cgit v1.2.3