Browse Source

Correct default bookMessage

pull/5581/head
Anders Jenbo 3 years ago
parent
commit
f9c785335f
  1. 3
      Source/objects.h

3
Source/objects.h

@ -65,8 +65,7 @@ struct Object {
*
* Used by spell book objects which trigger quest progress for Halls of the Blind, Valor, or Warlord of Blood
*/
// TODO: Should be TEXT_NONE (timedemo save will need to be updated).
_speech_id bookMessage = TEXT_KING1;
_speech_id bookMessage = TEXT_NONE;
/**
* @brief Returns the network identifier for this object

Loading…
Cancel
Save