7 - Ulduar patch
What does the provided patch do?
Uncomments Ulduar-related lines
Please provide any additional information below.
Against r84
--- C:/Users/Kyle/AppData/Local/Temp/LibTourist-3.0.lu-revBASE.svn001.tmp.lua Tue Apr 21 11:25:37 2009
+++ C:/Users/Kyle/dev/wow/LibTourist-3.0/LibTourist-3.0.lua Thu Apr 16 16:24:22 2009
@@ -3119 +3119 @@
- --[BZ["Ulduar"]] = true,
+ [BZ["Ulduar"]] = true,
@@ -3124 +3124 @@
- --[BZ["Ulduar"]] = true,
+ [BZ["Ulduar"]] = true,
@@ -3283,8 +3283,8 @@
- --zones[BZ["Ulduar"]] = {
- -- low = 80,
- -- high = 80,
- -- continent = Northrend,
- -- paths = BZ["The Storm Peaks"],
- -- groupSize = 10,
- -- altGroupSize = 25,
- -- type = "Instance",
+ zones[BZ["Ulduar"]] = {
+ low = 80,
+ high = 80,
+ continent = Northrend,
+ paths = BZ["The Storm Peaks"],
+ groupSize = 10,
+ altGroupSize = 25,
+ type = "Instance",
@@ -3292 +3292 @@
- --}
+ }
| Name | Size | MD5 |
|---|---|---|
| patch | 782 B | def1ce078bcd0744ef6c5bb6c4186902 |
- 1 comment
- 1 comment
Facts
- Last updated on
- 21 Apr 2009
- Reported on
- 21 Apr 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.
- #1
nebula169 Tue, 21 Apr 2009 16:30:37Sorry for being redundant, but it wouldn't be that hard to update it.