mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
capitalization
This commit is contained in:
@@ -106,7 +106,7 @@ PetComponent::PetComponent(Entity* parent, uint32_t componentId): Component(pare
|
|||||||
auto result = query.execQuery();
|
auto result = query.execQuery();
|
||||||
|
|
||||||
if (!result.eof()) {
|
if (!result.eof()) {
|
||||||
m_walkSpeed = result.getFloatField(0, 2.5f);
|
m_WalkSpeed = result.getFloatField(0, 2.5f);
|
||||||
m_RunSpeed = result.getFloatField(1, 5.0f);
|
m_RunSpeed = result.getFloatField(1, 5.0f);
|
||||||
m_SprintSpeed = result.getFloatField(2, 10.0f);
|
m_SprintSpeed = result.getFloatField(2, 10.0f);
|
||||||
imaginationDrainRate = result.getFloatField(3, 60.0f);
|
imaginationDrainRate = result.getFloatField(3, 60.0f);
|
||||||
|
@@ -505,7 +505,7 @@ private:
|
|||||||
/**
|
/**
|
||||||
* The walk speed of the pet
|
* The walk speed of the pet
|
||||||
*/
|
*/
|
||||||
float m_walkSpeed;
|
float m_WalkSpeed;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The run speed of the pet
|
* The run speed of the pet
|
||||||
|
Reference in New Issue
Block a user