mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
testing
This commit is contained in:
3
sql/update_ahbot_config.sql
Normal file
3
sql/update_ahbot_config.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE acore_world;
|
||||
UPDATE mod_auctionhousebot
|
||||
SET minitems = 30000, maxitems = 40000;
|
||||
3
sql/update_realm_ip.sql
Normal file
3
sql/update_realm_ip.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE acore_auth;
|
||||
SELECT * FROM realmlist;
|
||||
UPDATE realmlist SET address='192.168.178.185';
|
||||
3
sql/update_realm_name.sql
Normal file
3
sql/update_realm_name.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE acore_auth;
|
||||
SELECT * FROM realmlist;
|
||||
UPDATE realmlist SET name='azerothcore.org';
|
||||
Reference in New Issue
Block a user