fix(Core/Creature): Implement CREATURE_FLAG_EXTRA_NO_SELL_VENDOR (#4233)

This commit is contained in:
Kitzunu
2021-01-26 14:12:21 +01:00
committed by GitHub
parent 4a433afaba
commit 17d2560ffa
4 changed files with 20 additions and 8 deletions

View File

@@ -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;