[11394] the spell ids 26275 and 38358 were out of order in the switch(). moved them to the correct place.

thanks to vladimir for pointing out!
This commit is contained in:
DasBlub 2011-04-24 23:04:41 +02:00
parent 25fc13f64c
commit dd0b464a87
2 changed files with 25 additions and 25 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11393"
#define REVISION_NR "11394"
#endif // __REVISION_NR_H__