[12183] Typo

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-09-05 15:32:21 +02:00 committed by Antz
parent 45f0facafe
commit 66c52c748b
3 changed files with 3 additions and 3 deletions

View file

@ -9637,4 +9637,4 @@ INSERT INTO `player_levelstats` VALUES
(22,11,82,114,97,120,158,205), (22,11,82,114,97,120,158,205),
(22,11,83,124,107,130,168,215), (22,11,83,124,107,130,168,215),
(22,11,84,134,117,140,178,225), (22,11,84,134,117,140,178,225),
(22,11,85,144,127,150,188,235); (22,11,85,144,127,150,188,235);

View file

@ -26,4 +26,4 @@ INSERT INTO `spell_learn_spell` (`entry`, `SpellID`, `Active`) VALUES
-- Warlock -- Warlock
(87498, 86478, 1), (87498, 86478, 1),
-- Warrior -- Warrior
(87500, 86479, 1); (87500, 86479, 1);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "12182" #define REVISION_NR "12183"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__