mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9386] Store some config values in Rate emun.
This commit is contained in:
parent
6e5b74e0ca
commit
5368751c13
33 changed files with 163 additions and 164 deletions
|
|
@ -88,7 +88,7 @@ void WaypointManager::Load()
|
|||
// 6 7 8 9 10 11 12 13 14 15
|
||||
"waittime, emote, spell, textid1, textid2, textid3, textid4, textid5, id, point FROM creature_movement");
|
||||
|
||||
barGoLink bar( result->GetRowCount() );
|
||||
barGoLink bar( (int)result->GetRowCount() );
|
||||
do
|
||||
{
|
||||
bar.step();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue