aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRat <none@none>2009-04-07 14:33:41 +0200
committerRat <none@none>2009-04-07 14:33:41 +0200
commit27082d1a2d4d4f3bf52cbe06a926685d77e98e73 (patch)
tree006c220afe4b45e42a2a9cfc8b8ce36f76740a79
parentb3ce4d265a5f5b0995f3b0f22a91e1b5f6744811 (diff)
*correct Leotheras the Blind add positions
--HG-- branch : trunk
-rw-r--r--src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp6
1 files changed, 3 insertions, 3 deletions
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();