Open crashf opened 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;
More investigation required for movement.
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
@