|
From: <the...@us...> - 2017-12-23 14:04:31
|
Revision: 899
http://sourceforge.net/p/seq/svn/899
Author: theblueadept
Date: 2017-12-23 14:04:29 +0000 (Sat, 23 Dec 2017)
Log Message:
-----------
Historical checkin for 12/19/17
- Updated Opcodes (Newby)
- Updated Structs (Newby)
- Updated zones.h (llaffer)
- Updated races.h (fransick)
Version to 5.13.10.60
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
showeq/trunk/src/races.h
showeq/trunk/src/zones.h
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2017-12-13 22:42:40 UTC (rev 898)
+++ showeq/trunk/ChangeLog 2017-12-23 14:04:29 UTC (rev 899)
@@ -1,3 +1,12 @@
+BlueAdept (12/23/17)
+-------------------
+- Updated version to 5.13.10.60
+- Support EQ patch 12/19/17
+- Updated Opcodes (Newby)
+- Updated Structs (Newby)
+- Updated zones.h (llaffer)
+- Updated races.h (fransick)
+
BlueAdept (12/13/17)
-------------------
- Updated version to 5.13.10.59
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2017-12-13 22:42:40 UTC (rev 898)
+++ showeq/trunk/conf/zoneopcodes.xml 2017-12-23 14:04:29 UTC (rev 899)
@@ -3,37 +3,37 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="27a1" name="OP_PlayerProfile" updated="12/12/17">
+ <opcode id="0411" name="OP_PlayerProfile" updated="12/19/17">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="71c6" name="OP_ZoneEntry" updated="12/12/17">
+ <opcode id="5f9d" name="OP_ZoneEntry" updated="12/19/17">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="78b8" name="OP_TimeOfDay" updated="12/12/17">
+ <opcode id="3d77" name="OP_TimeOfDay" updated="12/19/17">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3342" name="OP_NewZone" updated="12/12/17">
+ <opcode id="0b7e" name="OP_NewZone" updated="12/19/17">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1911" name="OP_SpawnDoor" updated="12/12/17">
+ <opcode id="13f7" name="OP_SpawnDoor" updated="12/19/17">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="5d61" name="OP_GroundSpawn" updated="12/12/17">
+ <opcode id="679c" name="OP_GroundSpawn" updated="12/19/17">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="4b1f" name="OP_SendZonePoints" updated="12/12/17">
+ <opcode id="29f0" name="OP_SendZonePoints" updated="12/19/17">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3eef" name="OP_AAExpUpdate" updated="12/12/17">
+ <opcode id="573f" name="OP_AAExpUpdate" updated="12/19/17">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
@@ -41,40 +41,40 @@
<comment>ExpUpdateCode 2155 as of 11/20/15 - when set to the proper value you may experience random segfaults</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6312" name="OP_GuildMOTD" updated="12/12/17">
+ <opcode id="5808" name="OP_GuildMOTD" updated="12/19/17">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="0eb7" name="OP_ClientUpdate" updated="12/12/17">
+ <opcode id="3d46" name="OP_ClientUpdate" updated="12/19/17">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0773" name="OP_NpcMoveUpdate" updated="12/12/17">
+ <opcode id="2a73" name="OP_NpcMoveUpdate" updated="12/19/17">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="7310" name="OP_MobUpdate" updated="12/12/17">
+ <opcode id="61f6" name="OP_MobUpdate" updated="12/19/17">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="a1f9" name="OP_DeleteSpawn" updated="12/12/17">
+ <opcode id="00a1" name="OP_DeleteSpawn" updated="12/19/17">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="47d9" name="OP_RemoveSpawn" updated="12/12/17">
+ <opcode id="1c39" name="OP_RemoveSpawn" updated="12/19/17">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="750e" name="OP_Death" updated="12/12/17">
+ <opcode id="0ad8" name="OP_Death" updated="12/19/17">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="58f3" name="OP_WearChange" updated="12/12/17">
+ <opcode id="1ca2" name="OP_WearChange" updated="12/19/17">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="51e6" name="OP_SpawnAppearance" updated="12/12/17">
+ <opcode id="34f8" name="OP_SpawnAppearance" updated="12/19/17">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
@@ -86,28 +86,28 @@
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="27e0" name="OP_GuildMemberUpdate" updated="12/12/17">
+ <opcode id="1801" name="OP_GuildMemberUpdate" updated="12/19/17">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="7877" name="OP_ClickObject" updated="12/12/17">
+ <opcode id="5102" name="OP_ClickObject" updated="12/19/17">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1091" name="OP_Action" updated="12/12/17">
+ <opcode id="57a0" name="OP_Action" updated="12/19/17">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2422" name="OP_Action2" updated="12/12/17">
+ <opcode id="4ca8" name="OP_Action2" updated="12/19/17">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="6640" name="OP_Consider" updated="12/12/17">
+ <opcode id="67d5" name="OP_Consider" updated="12/19/17">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="643c" name="OP_TargetMouse" updated="12/12/17">
+ <opcode id="58c8" name="OP_TargetMouse" updated="12/19/17">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
@@ -123,7 +123,7 @@
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="106b" name="OP_ZoneChange" updated="12/12/17">
+ <opcode id="669f" name="OP_ZoneChange" updated="12/19/17">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
@@ -195,19 +195,19 @@
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6ad5" name="OP_SimpleMessage" updated="12/12/17">
+ <opcode id="328d" name="OP_SimpleMessage" updated="12/19/17">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2ac8" name="OP_FormattedMessage" updated="12/12/17">
+ <opcode id="6307" name="OP_FormattedMessage" updated="12/19/17">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4898" name="OP_CommonMessage" updated="12/12/17">
+ <opcode id="402b" name="OP_CommonMessage" updated="12/19/17">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4413" name="OP_SpecialMesg" updated="12/12/17">
+ <opcode id="087c" name="OP_SpecialMesg" updated="12/19/17">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
@@ -307,7 +307,7 @@
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5bdd" name="OP_GuildMemberList" updated="12/12/17">
+ <opcode id="79f7" name="OP_GuildMemberList" updated="12/19/17">
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -367,7 +367,7 @@
<comment>Fellowship information - 2564 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0009" name="OP_ExpandedGuildInfo" updated="12/12/17">
+ <opcode id="389d" name="OP_ExpandedGuildInfo" updated="12/19/17">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -587,7 +587,7 @@
<comment>Free to play nags and other data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2f2b" name="OP_Find" updated="12/12/17">
+ <opcode id="4f77" name="OP_Find" updated="12/19/17">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2017-12-13 22:42:40 UTC (rev 898)
+++ showeq/trunk/configure.in 2017-12-23 14:04:29 UTC (rev 899)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.10.59)
+AC_INIT(showeq, 5.13.10.60)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2017-12-13 22:42:40 UTC (rev 898)
+++ showeq/trunk/src/everquest.h 2017-12-23 14:04:29 UTC (rev 899)
@@ -1095,26 +1095,27 @@
struct
{
- signed z:19; // z coord (3rd loc value)
signed deltaHeading:10; // change in heading
- unsigned padding00:3;
+ unsigned heading:12; // heading
+ unsigned padding00:10;
- signed x:19; // x coord (1st loc value)
signed deltaX:13; // change in x
+ signed y:19; // y coord (2nd loc value)
- unsigned heading:12; // heading
- unsigned padding02:20;
-
+ signed deltaZ:13; // change in z
unsigned pitch:12;
- signed deltaY:13; // change in y
- unsigned padding03:7;
+ unsigned padding02:7;
- signed y:19; // y coord (2nd loc value)
- signed deltaZ:13; // change in z
+ signed x:19; // x coord (1st loc value)
+ unsigned padding03:13;
+ signed z:19; // z coord (3rd loc value)
signed animation:10; // velocity
- unsigned padding05:22;
+ unsigned padding04:3;
+ signed deltaY:13; // change in y
+ unsigned padding05:19;
+
};
int32_t posData[6];
};
@@ -2367,25 +2368,26 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/
- signed z:19; // z coord (3rd loc value)
signed deltaHeading:10; // change in heading
- unsigned padding00:3;
+ unsigned heading:12; // heading
+ unsigned padding00:10;
/*0008*/
- signed x:19; // x coord (1st loc value)
signed deltaX:13; // change in x
+ signed y:19; // y coord (2nd loc value)
/*0012*/
- unsigned heading:12; // heading
- unsigned padding02:20;
+ signed deltaZ:13; // change in z
+ unsigned pitch:12;
+ unsigned padding02:7;
/*0016*/
- unsigned pitch:12;
- signed deltaY:13; // change in y
- unsigned padding03:7;
+ signed x:19; // x coord (1st loc value)
+ unsigned padding03:13;
/*0020*/
- signed y:19; // y coord (2nd loc value)
- signed deltaZ:13; // change in z
+ signed z:19; // z coord (3rd loc value)
+ signed animation:10; // velocity
+ unsigned padding04:3;
/*0024*/
- signed animation:10; // velocity
- unsigned padding05:22;
+ signed deltaY:13; // change in y
+ unsigned padding05:19;
/*0028*/
};
@@ -2401,27 +2403,27 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0001; // ***Placeholder
/*0006*/
- signed animation:10; // velocity
- unsigned padding00:22;
+ float deltaY; // Change in y
/*0010*/
- float deltaZ; // Change in z
+ float z; // z coord (3rd loc value)
/*0014*/
float x; // x coord (1st loc value)
/*0018*/
- float z; // z coord (3rd loc value)
+ float deltaX; // Change in x
/*0022*/
- float deltaY; // Change in y
+ unsigned heading:12; // Heading
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding04:8;
/*0026*/
- unsigned pitch:12; // pitch (up/down heading)
- signed deltaHeading:10; // change in heading
- unsigned padding05:10;
+ float deltaZ; // Change in z
/*0030*/
- float deltaX; // Change in x
+ signed animation:10; // velocity
+ unsigned padding06:22;
/*0034*/
- unsigned heading:12; // Heading
- unsigned padding07:20;
+ float y; // y coord (2nd loc value)
/*0038*/
- float y; // y coord (2nd loc value)
+ signed deltaHeading:10; // change in heading
+ unsigned padding08:22;
/*0042*/
};
Modified: showeq/trunk/src/races.h
===================================================================
--- showeq/trunk/src/races.h 2017-12-13 22:42:40 UTC (rev 898)
+++ showeq/trunk/src/races.h 2017-12-23 14:04:29 UTC (rev 899)
@@ -160,14 +160,14 @@
"Tribunal", // 151
"Bertoxxulous", // 152
"Bristlebane", // 153
- "Fay Drake", // 154
- "Undead Sarnak", // 155
+ "Fae Drake", // 154
+ "Sarnak Skeleton", // 155
"Ratman", // 156
"Wyvern", // 157
"Wurm", // 158
"Devourer", // 159
"Iksar Golem", // 160
- "Undead Iksar", // 161
+ "Iksar Skeleton", // 161
"Man-Eating Plant", // 162
"Raptor", // 163
"Sarnak Golem", // 164
@@ -801,7 +801,7 @@
"Parrot", // 792
"Chest", // 793
"Prowler Mount", // 794
- "Drake Mount", // 795
+ "Wyvern Mount", // 795
"Ancient Wolf", // 796
"Ancient Spirit Wolf", // 797
"Ancient Chokidai", // 798
@@ -847,7 +847,7 @@
"Dragon", // 838
"Trakanon", // 839
"Sarnak Golem", // 840
- "Undead Sarnak", // 841
+ "Sarnak Skeleton", // 841
"Yeti", // 842
"Drolvarg", // 843
"Atrebe", // 844
@@ -854,4 +854,15 @@
"Cat", // 845
"Sarnak", // 846
"Dragon", // 847
+ "Venril Sathir", // 848
+ "Fae Drake", // 849
+ "Iksar Golem", // 850
+ "Dragon", // 851
+ "Dragon", // 852
+ "Chokidai Mount", // 853
+ "Cockatrice Mount", // 854
+ "Earth Elemental", // 855
+ "Air Elemental", // 856
+ "Water Elemental", // 857
+ "Fire Elemental", // 858
#endif
Modified: showeq/trunk/src/zones.h
===================================================================
--- showeq/trunk/src/zones.h 2017-12-13 22:42:40 UTC (rev 898)
+++ showeq/trunk/src/zones.h 2017-12-23 14:04:29 UTC (rev 899)
@@ -4,9 +4,7 @@
* ShowEQ Distributed under GPL
* http://seq.sourceforge.net/
*/
-
/* Maps zoneId numbers to strings, used in util.cpp */
-
{ NULL, NULL }, // 0
{ "qeynos", "South Qeynos" }, // 1
{ "qeynos2", "North Qeynos" }, // 2
@@ -13,12 +11,12 @@
{ "qrg", "Surefall Glade" }, // 3
{ "qeytoqrg", "Qeynos Hills" }, // 4
{ NULL, NULL }, // 5
-{ "highkeep", "HighKeep" }, // 6
+{ "highkeep", "High Keep" }, // 6
{ NULL, NULL }, // 7
{ "freportn", "North Freeport" }, // 8
{ "freportw", "West Freeport" }, // 9
{ "freporte", "East Freeport" }, // 10
-{ "runnyeye", "Clan RunnyEye" }, // 11
+{ "runnyeye", "Clan Runnyeye" }, // 11
{ "qey2hh1", "West Karana" }, // 12
{ "northkarana", "North Karana" }, // 13
{ "southkarana", "South Karana" }, // 14
@@ -86,7 +84,7 @@
{ "hateplane", "The Plane of Hate" }, // 76
{ "arena", "The Arena" }, // 77
{ "fieldofbone", "The Field of Bone" }, // 78
-{ "warslikswood", "Warsliks Wood" }, // 79
+{ "warslikswood", "Warsliks Woods" }, // 79
{ "soltemple", "Temple of Solusek Ro" }, // 80
{ "droga", "Temple of Droga" }, // 81
{ "cabwest", "West Cabilis" }, // 82
@@ -197,7 +195,7 @@
{ "shadowrest", "Shadowrest" }, // 187
{ "tutoriala", "The Mines of Gloomingdeep" }, // 188
{ "tutorialb", "The Mines of Gloomingdeep" }, // 189
-{ "clz", "Loading" }, // 190
+{ NULL, NULL }, // 190
{ NULL, NULL }, // 191
{ NULL, NULL }, // 192
{ NULL, NULL }, // 193
@@ -293,7 +291,7 @@
{ "barindu", "Barindu, Hanging Gardens" }, // 283
{ "ferubi", "Ferubi, Forgotten Temple of Taelosia" }, // 284
{ "snpool", "Sewers of Nihilia, Pool of Sludge" }, // 285
-{ "snlair", "Sewers of Nihilia, Lair of Trapped Ones" }, // 286
+{ "snlair", "Sewers of Nihilia, Lair of Trapped Ones..." }, // 286
{ "snplant", "Sewers of Nihilia, Purifying Plant" }, // 287
{ "sncrematory", "Sewers of Nihilia, the Crematory" }, // 288
{ "tipt", "Tipt, Treacherous Crags" }, // 289
@@ -324,7 +322,7 @@
{ NULL, NULL }, // 314
{ NULL, NULL }, // 315
{ "provinggrounds", "Muramite Proving Grounds" }, // 316
-{ "anguish", "Asylum of Anguish" }, // 317
+{ "anguish", "Anguish, the Fallen Palace" }, // 317
{ "dranikhollowsa", "Dranik's Hollows" }, // 318
{ "dranikhollowsb", "Dranik's Hollows" }, // 319
{ "dranikhollowsc", "Dranik's Hollows" }, // 320
@@ -359,8 +357,8 @@
{ "illsalinb", "Temple of the Korlach" }, // 349
{ "illsalinc", "The Nargilor Pits" }, // 350
{ "dreadspire", "Dreadspire Keep" }, // 351
-{ "dreadspirea", "The Torture Chamber" }, // 352 (removed before launch)
-{ "dreadspireb", "The Artifact Room" }, // 353 (removed before launch)
+{ "dreadspirea", "The Torture Chamber" }, // 352(removed before launch)
+{ "dreadspireb", "The Artifact Room" }, // 353(removed before launch)
{ "drachnidhive", "The Hive" }, // 354
{ "drachnidhivea", "Living Larder" }, // 355
{ "drachnidhiveb", "Coven of the Skinwalkers" }, // 356
@@ -419,7 +417,7 @@
{ "oceanoftears", "Ocean of Tears" }, // 409
{ "kithforest", "Kithicor Forest" }, // 410
{ "befallenb", "Befallen" }, // 411
-{ "highpasskeep", "HighKeep" }, // 412
+{ "highpasskeep", "High Keep" }, // 412
{ "innothuleb", "Innothule Swamp" }, // 413
{ "toxxulia", "Toxxulia Forest" }, // 414
{ "mistythicket", "Misty Thicket" }, // 415
@@ -786,7 +784,7 @@
{ "arginhiz", "Argin-Hiz" }, // 776
{ "exalted", "Sul Vius: Demiplane of Life" }, // 777
{ "arxmentis", "Arx Mentis" }, // 778
-{ "brotherisland", "Brother Island" }, // 779
+{ "brotherisland", "Brother Island" }, // 779
{ "kattacastrumb", "Katta Castrum: Deluge" }, // 780
{ "dredge", "Combine Dredge" }, // 781
{ "endlesscaverns", "Caverns of Endless Song" }, // 782
@@ -796,18 +794,18 @@
{ "plhpirateshipint", "Pirate Ship" }, // 786
{ "gnomemtn", "Gnome Memorial Mountain" }, // 787
{ "drogab", "The Temple of Droga" }, // 788
-{ "charasisb", "The Howling Stones" }, // 789
+{ "charasisb", "Sathir's Tomb" }, // 789
{ "scorchedwoods", "Scorched Woods" }, // 790
{ "frontiermtnsb", "Frontier Mountains" }, // 791
{ "gorowyn", "Gorowyn" }, // 792
-{ "korsha", "Kor'Sha Laboratory" }, // 793
+{ "korshaext", "Gates of Kor-Sha" }, // 793
{ "lceanium", "Lceanium" }, // 794
{ "cosul", "Crypt of Sul" }, // 795
{ "codecayb", "Ruins of Lxanvom" }, // 796
{ "exaltedb", "Sul Vius: Demiplane of Decay" }, // 797
{ "pohealth", "The Plane of Health" }, // 798
-{ NULL, NULL }, // 799
-{ NULL, NULL }, // 800
+{ "korshaint", "Kor-Sha Laboratory" }, // 799
+{ "chardoktwo", "Chardok" }, // 800
{ NULL, NULL }, // 801
{ NULL, NULL }, // 802
{ NULL, NULL }, // 803
@@ -820,15 +818,15 @@
{ NULL, NULL }, // 810
{ NULL, NULL }, // 811
{ NULL, NULL }, // 812
-{ NULL, NULL }, // 813
-{ NULL, NULL }, // 814
-{ NULL, NULL }, // 815
-{ NULL, NULL }, // 816
-{ NULL, NULL }, // 817
-{ NULL, NULL }, // 818
-{ NULL, NULL }, // 819
-{ NULL, NULL }, // 820
-{ NULL, NULL }, // 821
+{ "charasistwo", "Howling Stones" }, // 813
+{ "skyfiretwo", "Skyfire Mountains" }, // 814
+{ "overtheretwo", "The Overthere" }, // 815
+{ "veeshantwo", "Veeshan's Peak" }, // 816
+{ "clz-winter", "Loading" }, // 817
+{ "clz-anniversary", "Loading" }, // 818
+{ "clz-spring", "Loading" }, // 819
+{ "clz-autumn", "Loading" }, // 820
+{ "clz-frostfell", "Loading" }, // 821
{ NULL, NULL }, // 822
{ NULL, NULL }, // 823
{ NULL, NULL }, // 824
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|