diff options
| author | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-08-17 19:14:48 +0300 |
|---|---|---|
| committer | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-08-17 19:14:48 +0300 |
| commit | 1ad954e215faa04784806a01774a70900439e952 (patch) | |
| tree | abdbbab2eef20bb2289a94649eb073189dfce1c8 /sql | |
| parent | 7c7f19228e7a562f225c717215fd34dfcaf5b35a (diff) | |
Core/Scripts: Placeholders for instances Maraudon and Dire Maul.
It is needed for Random Dungeon Finder credit.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_17_04_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_17_04_world_misc.sql b/sql/updates/world/2013_08_17_04_world_misc.sql new file mode 100644 index 00000000000..0ecc2ada335 --- /dev/null +++ b/sql/updates/world/2013_08_17_04_world_misc.sql @@ -0,0 +1,2 @@ +UPDATE `instance_template` SET `script`='instance_maraudon' WHERE `map`=349; +UPDATE `instance_template` SET `script`='instance_dire_maul' WHERE `map`=429; |
