Skip to content

v22.17.0

Compare
Choose a tag to compare
@Akkadius Akkadius released this 04 Jul 01:06
e9e8143

Cleanup/Feature

Code

  • Remove LoadItemDBFieldNames() from common/misc.cpp and common/misc.h (#3473) @Kinglykrab 2023-07-04
  • Remove handle_npc_single_npc from zone/lua_parser_events.cpp and zone/lua_parser_events.h (#3467) @Kinglykrab 2023-07-03

Database

  • Set multi statements off when returning early (#3462) @Akkadius 2023-07-01

Feature

  • Add Strings::BeginsWith() and Strings::EndsWith() (#3471) @Kinglykrab 2023-07-03

Fixes

  • Add check for underscores in botcreate command (#3458) @tuday2 2023-06-29
  • EVENT_LANGUAGE_SKILL_UP in Lua was using EVENT_SKILL_UP logic (#3466) @Kinglykrab 2023-07-03
  • Fix _PutItem having a slot_id of -1 on mobs with no items (#3474) @Kinglykrab 2023-07-04
  • Fix data type of GetAggroCount() (#3470) @Kinglykrab 2023-07-03

Logging

  • Fix logging crash when % are sent through query logs (#3461) @Akkadius 2023-07-01

Quest API