diff options
| author | funjoker <funjoker109@gmail.com> | 2023-11-23 20:15:35 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2023-11-23 20:15:35 +0100 |
| commit | 663c6987526d561d451d61c1dbde97f5bd8712c9 (patch) | |
| tree | d3d3db5dc5a9ee501633cc385113c39956be285f /src/server/game | |
| parent | eab60a253337fd568bcd43617577428a0ca530e4 (diff) | |
Core/DB2: Update GossipNpcOption field names
Diffstat (limited to 'src/server/game')
| -rw-r--r-- | src/server/game/DataStores/DB2LoadInfo.h | 18 | ||||
| -rw-r--r-- | src/server/game/DataStores/DB2Structure.h | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/src/server/game/DataStores/DB2LoadInfo.h b/src/server/game/DataStores/DB2LoadInfo.h index 026c4f89580..6cb7a4124e2 100644 --- a/src/server/game/DataStores/DB2LoadInfo.h +++ b/src/server/game/DataStores/DB2LoadInfo.h @@ -2219,15 +2219,15 @@ struct GossipNpcOptionLoadInfo { false, FT_INT, "ID" }, { true, FT_INT, "GossipNpcOption" }, { true, FT_INT, "LFGDungeonsID" }, - { true, FT_INT, "Field34146722002" }, - { true, FT_INT, "Field34146722003" }, - { true, FT_INT, "Field34146722004" }, - { true, FT_INT, "Field34146722005" }, - { true, FT_INT, "Field34146722006" }, - { true, FT_INT, "Field34146722007" }, - { true, FT_INT, "Field34146722008" }, - { true, FT_INT, "Field34146722009" }, - { true, FT_INT, "Field34146722010" }, + { true, FT_INT, "Unk341_1" }, + { true, FT_INT, "Unk341_2" }, + { true, FT_INT, "Unk341_3" }, + { true, FT_INT, "Unk341_4" }, + { true, FT_INT, "Unk341_5" }, + { true, FT_INT, "Unk341_6" }, + { true, FT_INT, "Unk341_7" }, + { true, FT_INT, "Unk341_8" }, + { true, FT_INT, "Unk341_9" }, { true, FT_INT, "GossipOptionID" }, }; diff --git a/src/server/game/DataStores/DB2Structure.h b/src/server/game/DataStores/DB2Structure.h index 79b80d66581..5f2bc8b7d3f 100644 --- a/src/server/game/DataStores/DB2Structure.h +++ b/src/server/game/DataStores/DB2Structure.h @@ -1862,15 +1862,15 @@ struct GossipNPCOptionEntry uint32 ID; int32 GossipNpcOption; int32 LFGDungeonsID; - int32 Field34146722002; - int32 Field34146722003; - int32 Field34146722004; - int32 Field34146722005; - int32 Field34146722006; - int32 Field34146722007; - int32 Field34146722008; - int32 Field34146722009; - int32 Field34146722010; + int32 Unk341_1; + int32 Unk341_2; + int32 Unk341_3; + int32 Unk341_4; + int32 Unk341_5; + int32 Unk341_6; + int32 Unk341_7; + int32 Unk341_8; + int32 Unk341_9; int32 GossipOptionID; }; |
