diff options
author | maximius <none@none> | 2009-10-15 08:45:37 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-15 08:45:37 -0700 |
commit | a9fc8be876c43fc44323d8623aea66fbabe9e07b (patch) | |
tree | 22ba6a956eced50e646fcb497b3412b06605e2d6 | |
parent | 47fc5defa26253ec2d21514412dc17ccdff0123f (diff) |
*Halls of Stone: Sjonnir the Ironshaper typo fix, by Tartalo
--HG--
branch : trunk
-rw-r--r-- | src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp b/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp index 0c8cca36103..9aaf3ef669f 100644 --- a/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp +++ b/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp @@ -61,7 +61,7 @@ static Locations PipeLocations[] = {1297.7, 595.6, 199.9} //right }; -static Locations CenterPoint = {295.21, 667.157, 189.691}; +static Locations CenterPoint = {1295.21, 667.157, 189.691}; struct TRINITY_DLL_DECL boss_sjonnirAI : public ScriptedAI { |