DB/ObjectEffectPackage: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: Purely descriptive table. Elements are here: [1]. ==9183== ID, int Name, string ===content=== 12 vr_elevator_lift 61 Flying Machine Mount 81 Wintergra...)
 
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Purely descriptive table. Elements are here: [[ObjectEffectPackageElem.dbc|[1]]].
Purely descriptive table. Elements are here: [[ObjectEffectPackageElem.dbc|[1]]].
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==9183==
==9183==
  ID, int
  ID, int
Line 16: Line 18:
  182 HordeGunShip
  182 HordeGunShip
  201 TeleportTestPackage
  201 TeleportTestPackage
==6.0.1.18179==
struct ObjectEffectPackageRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_name;
};
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 01:47, 20 July 2016

Purely descriptive table. Elements are here: [1].

≥ Wrath

9183

ID, int
Name, string

content

12	vr_elevator_lift
61	Flying Machine Mount
81	Wintergrasp Catapult
101	Rocket Mount
102	SiegeVehicle
122	Wintergrasp Demolisher
141	FlyingMachineCreature_Vehicle
161	MotorCycle
181	ND_AllianceGunship
182	HordeGunShip
201	TeleportTestPackage

6.0.1.18179

struct ObjectEffectPackageRec {
  uint32_t m_ID;
  stringref m_name;
};