crashf / DigitalHellPS

Digital Hell Private server
http://digitalhell.tech-method.com
GNU General Public License v2.0
1 stars 0 forks source link

Murlocks not dropping items in exile #4

Open crashf opened 2 years ago

crashf commented 2 years ago

Description

For quest: https://www.wowhead.com/quest=55122/murloc-mania, murlocks are not lootable so quest can not be completed

Murlocks are also not moving

Expected behaviour

Should be able to look first aid kit https://www.wowhead.com/item=168410/first-aid-kit Murlocks should have movement.

Steps to reproduce the problem

Kill murlocks, no loot

Branch

master

TC rev. hash/commit

@

Operating system

windows 11

Custom changes

@

crashf commented 2 years ago

Fixed loot.

Verified Loot templates were in tact but missing lootid in creature_template. Added: UPDATE world.creature_template SET lootid = 150228 WHERE entry = 150228; UPDATE world.creature_template SET lootid = 150229 WHERE entry = 150229;

crashf commented 2 years ago

More investigation required for movement.