mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[0110] Fix server start
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
parent
d16be01744
commit
8d46aad160
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ const char SoundEntriesfmt[]="nissssssssssssssssssssssxxxxxxxxxxx";
|
|||
const char SpellCastTimefmt[]="niii";
|
||||
const char SpellDurationfmt[]="niii";
|
||||
const char SpellDifficultyfmt[]="niiii";
|
||||
const char SpellEntryfmt[]="niiiiiiiiixxiiiifiiiissxxiixxixiiiiiiixiiiiiiiix";
|
||||
const char SpellEntryfmt[]="niiiiiiiiiiiiiiifiiiissxxiixxixiiiiiiixiiiiiiiix";
|
||||
const char SpellAuraOptionsEntryfmt[]="diiii";
|
||||
const char SpellAuraRestrictionsEntryfmt[]="diiiiiiii";
|
||||
const char SpellCastingRequirementsEntryfmt[]="dixxixi";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0109"
|
||||
#define REVISION_NR "0110"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue