mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
commit
b94499e901
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace Core {
|
|||
void ZoneMgr::loadZonePositionMap()
|
||||
{
|
||||
auto pQR = g_database.query( "SELECT id, target_zone_id, pos_x, pos_y, pos_z, pos_o, radius " \
|
||||
"FROM dbzonepositions;" );
|
||||
"FROM zonepositions;" );
|
||||
|
||||
if( !pQR )
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue