diff options
author | treeston <treeston.mmoc@gmail.com> | 2017-07-18 14:11:12 +0200 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2017-07-18 14:11:12 +0200 |
commit | 125127ea73a68b6da8d1ba631539a9ebffd2c471 (patch) | |
tree | 53b2a2f7ca2efea1aa322705a94d7fce59d28175 /src | |
parent | f953d8596091cf70aab308a2c80ebdfa443b4723 (diff) |
Scripits/Item: Nitro. BOOSTS.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index 418718e809e..b4d6ade2226 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -3331,7 +3331,7 @@ class spell_item_brewfest_mount_transformation : public SpellScriptLoader } }; -enum NitroBoots +enum NitroBoosts { SPELL_NITRO_BOOSTS_SUCCESS = 54861, SPELL_NITRO_BOOSTS_BACKFIRE = 46014, |