DarkflameServer/dGame
David Markowitz 94f8a99fba Revert: Fix wisp lee mission
This reverts commit d7e16ab589697fd1a0a270a02c622b8fa752638f.

Fixes an issue where the incorrect mission is marked as being offerable and this overwrote the original mission offered by wisp lee and forced him to offer a different, unacceptable mission.

Tested that completing the mission twice from a new daily state and a repeatable state both completed the chain correctly.  Unsure what the original bug was, but it does not appear to be present.
On top of that, there is no pre-requisite for mission 1883 anywhere in the cdclient, so at best, this check was always false, but the correct behavior is exact equivalence for the mission state.
2023-10-08 23:23:14 -07:00
..
dBehaviors chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
dComponents fix: Players are able to join a race without having a race car (#1149) 2023-10-08 19:38:48 -05:00
dEntity format codebase 2022-07-28 08:39:57 -05:00
dGameMessages feat: Security improvements for spoofed packets (#1201) 2023-09-28 12:16:11 -05:00
dInventory Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
dMission Revert: Fix wisp lee mission 2023-10-08 23:23:14 -07:00
dPropertyBehaviors Refactor: Amf3 implementation (#998) 2023-05-13 17:22:00 -05:00
dUtilities CheatDetection: Move player access (#1209) 2023-10-05 15:31:05 -07:00
Character.cpp Move dZoneManager to game namespace (#1143) 2023-07-17 17:55:33 -05:00
Character.h Revert playerflags functions to uint instead of int (#1130) 2023-06-26 00:51:28 -07:00
CMakeLists.txt Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
Entity.cpp Renamed RocketLaunchLUP to MultiZoneEntrance (#1185) 2023-08-18 14:14:40 -05:00
Entity.h chore: Make serialize actually virtual (#1156) 2023-08-10 14:33:15 -07:00
EntityManager.cpp chore: Make serialize actually virtual (#1156) 2023-08-10 14:33:15 -07:00
EntityManager.h chore: Make serialize actually virtual (#1156) 2023-08-10 14:33:15 -07:00
LeaderboardManager.cpp feature: Donation Vendor Component (#1168) 2023-08-03 21:44:03 -05:00
LeaderboardManager.h Add weekly filter 2023-06-05 16:04:56 -07:00
Player.cpp Move dZoneManager to game namespace (#1143) 2023-07-17 17:55:33 -05:00
Player.h convert to unix line endings 2022-08-05 22:01:59 -05:00
TeamManager.cpp format codebase 2022-07-28 08:39:57 -05:00
TeamManager.h format codebase 2022-07-28 08:39:57 -05:00
TradingManager.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
TradingManager.h format codebase 2022-07-28 08:39:57 -05:00
User.cpp breakout gmlevel into a scoped enum (#996) 2023-03-24 18:16:45 -05:00
User.h breakout gmlevel into a scoped enum (#996) 2023-03-24 18:16:45 -05:00
UserManager.cpp feat: Security improvements for spoofed packets (#1201) 2023-09-28 12:16:11 -05:00
UserManager.h format codebase 2022-07-28 08:39:57 -05:00