mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
[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:
parent
8032d6d5a4
commit
e3abf5c936
9 changed files with 118 additions and 111 deletions
|
|
@ -23,11 +23,12 @@
|
|||
#include <string>
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
|
||||
#define MAX_WAYPOINT_TEXT 5
|
||||
struct WaypointBehavior
|
||||
{
|
||||
uint32 emote;
|
||||
uint32 spell;
|
||||
std::string text[5];
|
||||
int32 textid[MAX_WAYPOINT_TEXT];
|
||||
uint32 model1;
|
||||
uint32 model2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue