[9196] Prevent corrupt in-game used strings by DB escaping.

This commit is contained in:
VladimirMangos 2010-01-17 05:52:21 +03:00
parent dd27fa0f6e
commit b0809f63b2
3 changed files with 10 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9195"
#define REVISION_NR "9196"
#endif // __REVISION_NR_H__