From a2392121f0a8fed9f19ddadfa2880ed6f4691381 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 19 Mar 2009 14:41:30 -0600 Subject: *Fix the bug that summon dbc is not read. Now creatures can be summoned. *Make minipet as tempsummon instead of pet. Make totem as tempsummon. --HG-- branch : trunk --- src/shared/Database/DBCStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/Database/DBCStructure.h') diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index a511c97013c..6fb43567a3a 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -1401,7 +1401,7 @@ struct StableSlotPricesEntry struct SummonPropertiesEntry { uint32 Id; // 0 - uint32 Group; // 1, 0 - can't be controlled?, 1 - something guardian?, 2 - pet?, 3 - something controllable?, 4 - taxi/mount? + uint32 Category; // 1, 0 - can't be controlled?, 1 - something guardian?, 2 - pet?, 3 - something controllable?, 4 - taxi/mount? uint32 Unk2; // 2, 14 rows > 0 uint32 Type; // 3, see enum uint32 Slot; // 4, 0-6 -- cgit v1.2.3