diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index cfd767a1d..a4f3cee22 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -45,6 +45,9 @@ ConfVersion=2010062001 # # BindIP # Bind World Server to IP/hostname +# This option is useful for running multiple worldd/realmd instances +# on different IP addresses using default ports. +# DO NOT CHANGE THIS UNLESS YOU _REALLY_ KNOW WHAT YOU'RE DOING # ################################################################################################################### diff --git a/src/realmd/realmd.conf.dist.in b/src/realmd/realmd.conf.dist.in index 99ada0219..8198a76f4 100644 --- a/src/realmd/realmd.conf.dist.in +++ b/src/realmd/realmd.conf.dist.in @@ -30,6 +30,9 @@ ConfVersion=2010062001 # # BindIP # Bind Realm Server to IP/hostname +# This option is useful for running multiple worldd/realmd instances +# on different IP addresses using default ports. +# DO NOT CHANGE THIS UNLESS YOU _REALLY_ KNOW WHAT YOU'RE DOING # # PidFile # Realmd daemon PID file diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ec7d854e3..8ebd8ce1f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10411" + #define REVISION_NR "10412" #endif // __REVISION_NR_H__