mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
The flag was introduced in [11853]. It is assumed that by now all quests that require some talk-to credit are handled by different means. If you catch quests that don't work yet, remove this flag for this npc and report to your DB provider.
3 lines
No EOL
195 B
SQL
3 lines
No EOL
195 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_0123_12093_01_mangos_spell_template required_0124_12094_01_mangos_creature_template bit;
|
|
|
|
UPDATE creature_template SET flags_extra=flags_extra|0x800; |