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

[3.3.5] DB/Creature: Add flag guard Deathguard Elite #17147

Closed
Kodekc opened this issue May 17, 2016 · 3 comments
Closed

[3.3.5] DB/Creature: Add flag guard Deathguard Elite #17147

Kodekc opened this issue May 17, 2016 · 3 comments

Comments

@Kodekc
Copy link
Contributor

Kodekc commented May 17, 2016

http://www.wowhead.com/npc=7980/deathguard-elite

UPDATE `creature_template` SET `flags_extra`=32768 WHERE `entry`=7980;

Branch(es): 3.3.5
TC hash/commit: d9dcbbc
TDB version: 335.61

Edit (DDuarte): Removed quotes around numbers

@ghost
Copy link

ghost commented May 17, 2016

Additional info for other users who don't want to look it up (and don't know this already):
https://trinitycore.atlassian.net/wiki/display/tc/creature_template#creature_template-flags_extra

32768   CREATURE_FLAG_EXTRA_GUARD   0x00008000
creature is a guard (Will ignore feign death and vanish)

@Kittnz Kittnz self-assigned this May 22, 2016
Kittnz added a commit that referenced this issue May 26, 2016
@msoky
Copy link
Contributor

msoky commented May 26, 2016

so, this could be for all guards in game?

@Aokromes
Copy link
Member

No, not all.

joschiwald pushed a commit that referenced this issue Jan 9, 2017
by Kodekc
Closes #17147

(cherry picked from commit 4f79114)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants