Jump to content

[11256]Restore broken in [7207] virtual Creature::SaveToDB overwriting


Guest Vinolentus

Recommended Posts

diff --git a/src/game/Pet.h b/src/game/Pet.h
index 9b81b08..a5e3971 100644
--- a/src/game/Pet.h
+++ b/src/game/Pet.h
@@ -260,7 +260,7 @@ class Pet : public Creature
    private:
        PetModeFlags m_petModeFlags;

-        void SaveToDB(uint32, uint8)                        // overwrited of Creature::SaveToDB     - don't must be called
+        void SaveToDB(uint32, uint8, uint32)                // overwrited of Creature::SaveToDB     - don't must be called
        {
            MANGOS_ASSERT(false);
        }

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use