Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Training targets grant experience #17450

Closed
Anddrw opened this issue Jun 24, 2016 · 3 comments
Closed

[6.x] Training targets grant experience #17450

Anddrw opened this issue Jun 24, 2016 · 3 comments

Comments

@Anddrw
Copy link

Anddrw commented Jun 24, 2016

Description: Training targets grant experience

Current behaviour: Training targets grant experience

Expected behaviour: Shouldn't grant experience at all.

Steps to reproduce the problem:

  1. new Pandaren Character.
  2. Kill Training Targets

Branch(es): 6.x

TC hash/commit: 420b904

TDB version: 6.04

Operating system: *NIX

Fix for this (hack):

UPDATE `creature_template` SET `flags_extra`=64 WHERE `entry` IN(53714, 57873, 58168, 60162, 60931, 65069);
@PiskelDEV
Copy link

maybe unit flags problem ?

@SnapperRy
Copy link
Contributor

Doesn't look like a hack, that flag exists precisely for the purpose of disabling exp gains. Your fix is valid :)

@Anddrw
Copy link
Author

Anddrw commented Jun 24, 2016

This issue is also related to Training Dummies. Ill edit the issue with the correct fix for dummies too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants