From f4d76b8216c911901e8a13996c55128bbfa4b08e Mon Sep 17 00:00:00 2001 From: maximius Date: Wed, 28 Oct 2009 16:31:19 -0700 Subject: *Implement new LootMode system, and add some basic support in boss_sartharion.cpp. Requires database support. --HG-- branch : trunk --- src/game/GameObject.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/GameObject.cpp') diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 1d1b56f0bef..f95fb9643d8 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -60,6 +60,8 @@ GameObject::GameObject() : WorldObject(), m_goValue(new GameObjectValue) m_DBTableGuid = 0; m_rotation = 0; + + ResetLootMode(); // restore default loot mode } GameObject::~GameObject() -- cgit v1.2.3