[6838] [2008_11_18_01_mangos_creature_movement.sql 2008_11_18_02_mangos_mangos_string.sql] Implement localization support for creature_movemant.

Implemented in same way as db script localization. creature_movemant now store indexes in db_script_string.
In game waypoint text setting disabled. Unclear how this possible implement with localization data.
This commit is contained in:
VladimirMangos 2008-11-18 20:18:40 +03:00
parent 8032d6d5a4
commit e3abf5c936
9 changed files with 118 additions and 111 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6837"
#define REVISION_NR "6838"
#endif // __REVISION_NR_H__