Jump to content
  • 0

Blood Elf & Dranei unavailable


MrZizzmo

Question

4 answers to this question

Recommended Posts

  • 1

Hi @MrZizzmo,

You can change all the accounts expansions by running a single SQL query on your database.

UPDATE `account` SET `expansion` = 2 ;

You can use a DB editor like MySQL Workbench for example.

If there is a security issue running this query since it targets all the rows at the same time you can either change this limitations in the editor options (the solution can be found by a simple Google search ;) ) or you can try this other syntax :

UPDATE `account` SET `expansion` = 2 WHERE 1 = 1 ;

Best regards,

Link to comment
Share on other sites

  • 0
2 hours ago, MrZizzmo said:

How do I update existing accounts to TBC?

 

On the mangosd console you can type: help account set addon
That should give you enough info to figure this out.
example: account set addon madmax 2

You can also use a database editor to open the database "realmd" and then under "account" you can open that and should have the accounts listed and set the level of expansion in there.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use