mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
missing instance_template scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1523263107129022148');
|
||||
|
||||
REPLACE INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES (546, 530, 'instance_the_underbog', 0);
|
||||
REPLACE INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES (547, 530, 'instance_the_slave_pens', 0);
|
||||
REPLACE INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES (557, 530, 'instance_mana_tombs', 0);
|
||||
REPLACE INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES (558, 530, 'instance_auchenai_crypts', 0);
|
||||
Reference in New Issue
Block a user