|
From: <cn...@us...> - 2023-05-03 01:36:34
|
Revision: 1371
http://sourceforge.net/p/seq/svn/1371
Author: cn187
Date: 2023-05-03 01:36:33 +0000 (Wed, 03 May 2023)
Log Message:
-----------
Add additional name mappings for PoK crafting stations
Modified Paths:
--------------
showeq/trunk/src/weapons2c.h
showeq/trunk/src/weapons2d.h
Modified: showeq/trunk/src/weapons2c.h
===================================================================
--- showeq/trunk/src/weapons2c.h 2023-05-01 21:26:25 UTC (rev 1370)
+++ showeq/trunk/src/weapons2c.h 2023-05-03 01:36:33 UTC (rev 1371)
@@ -97,7 +97,7 @@
NULL, // 0x49
"Spit", // 0x4a
NULL, // 0x4b
- NULL, // 0x4c
+ "BrewingBarrel", // 0x4c
NULL, // 0x4d
NULL, // 0x4e
NULL, // 0x4f
Modified: showeq/trunk/src/weapons2d.h
===================================================================
--- showeq/trunk/src/weapons2d.h 2023-05-01 21:26:25 UTC (rev 1370)
+++ showeq/trunk/src/weapons2d.h 2023-05-03 01:36:33 UTC (rev 1371)
@@ -40,15 +40,15 @@
NULL, // 0x10
NULL, // 0x11
NULL, // 0x12
- NULL, // 0x13
- NULL, // 0x14
- NULL, // 0x15
+ "AlchemyTable", // 0x13
+ "SpellResearchTable", // 0x14
+ "PoisonMakingTable", // 0x15
"FletchingTable", // 0x16
"JewelryMakingTable", // 0x17
- NULL, // 0x18
- NULL, // 0x19
- NULL, // 0x1a
- NULL, // 0x1b
+ "TinkeringTable", // 0x18
+ "FishingTable", // 0x19
+ "MixingBowl", // 0x1a
+ "IceCreamChurn", // 0x1b
NULL, // 0x1c
NULL, // 0x1d
NULL, // 0x1e
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|