mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 15:46:37 +00:00
[Feature] Add Strings::BeginsWith() and Strings::EndsWith() (#3471)
* [Strings] Add Strings::BeginsWith() and Strings::EndsWith() # Notes - These are useful so that we don't have to manually calculate size or perform a substring. * Update questmgr.cpp * Update client.cpp
This commit is contained in:
+2
-2
@@ -1360,8 +1360,8 @@ public:
|
||||
uint32 GetLDoNLossesTheme(uint32 t);
|
||||
uint32 GetLDoNPointsTheme(uint32 t);
|
||||
void UpdateLDoNWinLoss(uint32 theme_id, bool win = false, bool remove = false);
|
||||
void CheckLDoNHail(Mob *target);
|
||||
void CheckEmoteHail(Mob *target, const char* message);
|
||||
void CheckLDoNHail(NPC* n);
|
||||
void CheckEmoteHail(NPC* n, const char* message);
|
||||
|
||||
void HandleLDoNOpen(NPC *target);
|
||||
void HandleLDoNSenseTraps(NPC *target, uint16 skill, uint8 type);
|
||||
|
||||
Reference in New Issue
Block a user