diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-02 23:12:30 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-02 23:12:30 +0200 |
commit | 9cddbe0b118b56d46a08633da803acad565b8790 (patch) | |
tree | 527a0e81f40cf037c9545734c50a8ca86fb554b9 /src | |
parent | b347df111f7f65096281b1dc46ce28f849ad21b9 (diff) |
Core/Brewfest: Fix typo in b74ef3f3ca277e7ce1bca7563fb0e9affbaf1a5a (thx to Gooyeth)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_holiday.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_holiday.cpp b/src/server/scripts/Spells/spell_holiday.cpp index 126aa561c05..5c84f3045f8 100644 --- a/src/server/scripts/Spells/spell_holiday.cpp +++ b/src/server/scripts/Spells/spell_holiday.cpp @@ -759,7 +759,7 @@ enum RamBlub SAY_BARLEYBREW_1 = 23464, SAY_BARLEYBREW_2 = 23465, SAY_BARLEYBREW_3 = 23466, - SAY_BARLEYBREW_4 = 23467, + SAY_BARLEYBREW_4 = 22941, // Bark for the Thunderbrews! SAY_THUNDERBREWS_1 = 23467, |