mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7870] Implement creature ranged ammo show at ranged weapon use.
* Use BDC data (creature weapon not alwas listed in item_template)
This commit is contained in:
parent
b708cc87a3
commit
3b11d833c8
5 changed files with 39 additions and 6 deletions
|
|
@ -943,7 +943,7 @@ struct ItemEntry
|
|||
{
|
||||
uint32 ID; // 0
|
||||
uint32 Class; // 1
|
||||
//uint32 SubClass; // 2 some items have strnage subclasses
|
||||
uint32 SubClass; // 2 some items have strnage subclasses
|
||||
int32 Unk0; // 3
|
||||
int32 Material; // 4
|
||||
uint32 DisplayId; // 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue