View Single Post
  #10  
Old 03-19-2016, 11:29 AM
Coenxai's Avatar
Coenxai
Hill Giant
 
Join Date: Dec 2013
Posts: 151
Default

I gave you two references?

Okay, let's use Grobb as an example. It's a classic zone that currently puts you into innothuleb if your client is capable (well, technically if the database says).

Let's use the following query to help us:
Code:
SELECT * FROM `zone_points` where `zone` = 'Grobb';
We see two records with the main difference being the client_version_mask. This is basically saying if you're using X or greater client you'll use this record. Copy the classic record information to your clients entry and type #reloadzps
__________________
"The true sign of intelligence is not knowledge but imagination."
Reply With Quote