diff options
author | Anubisss <none@none> | 2009-04-23 17:33:02 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-04-23 17:33:02 +0200 |
commit | 786428b047b5ea0ce3797bfc7127ed293b3458ae (patch) | |
tree | 1e510a2ef6118388bc49a7c8035ade2033529ced /src | |
parent | dc326fdf2cd1320d07a65dcfaf3c9761d71489e0 (diff) |
*Fix a typo in Cannon Master Willey's script by Thraxx. Thank you.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp index 08b754177bb..9fc9194ca4b 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp @@ -71,7 +71,7 @@ EndScriptData */ #define SPELL_KNOCKAWAY 10101 #define SPELL_PUMMEL 15615 -#define SPELL_SHOOT 20463 +#define SPELL_SHOOT 16496 //#define SPELL_SUMMONCRIMSONRIFLEMAN 17279 struct TRINITY_DLL_DECL boss_cannon_master_willeyAI : public ScriptedAI |