From 27082d1a2d4d4f3bf52cbe06a926685d77e98e73 Mon Sep 17 00:00:00 2001 From: Rat Date: Tue, 7 Apr 2009 14:33:41 +0200 Subject: *correct Leotheras the Blind add positions --HG-- branch : trunk --- .../coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bindings/scripts') diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp index 787d9a604f1..612d3f017f0 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp @@ -218,9 +218,9 @@ struct TRINITY_DLL_DECL boss_leotheras_the_blindAI : public ScriptedAI float nx = x; float ny = y; float o = 2.4f; - if (i == 0) {nx += 20;o=3.0f;} - if (i == 1) ny -= 20; - if (i == 2) {nx += 18;ny -= 18;o=2.0f;} + if (i == 0) {nx += 10; ny -= 5; o=2.5f;} + if (i == 1) {nx -= 8; ny -= 7; o=0.9f;} + if (i == 2) {nx -= 3; ny += 9; o=5.0f;} Creature* binder = m_creature->SummonCreature(MOB_SPELLBINDER,nx,ny,z,o,TEMPSUMMON_DEAD_DESPAWN,0); if (binder) SpellBinderGUID[i] = binder->GetGUID(); -- cgit v1.2.3