fix(Core/Creature): Implement CREATURE_FLAG_EXTRA_NO_SELL_VENDOR (#4233)
This commit is contained in:
parent
4a433afaba
commit
17d2560ffa
4 changed files with 20 additions and 8 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1610068635267906600');
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x00001000 WHERE `entry` = 27914;
|
||||
Loading…
Add table
Add a link
Reference in a new issue