mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
for alterac valley we've defined Player-loot inside creature_loot_template with id=0 this hack is used, so that we won't need to create an extra table player_loot_template for just one case if later more player-loot will be needed, we should implement new table and remove this also added sql-fix for reputation of last commit it will just fix those which are hated by faction 729/730
3 lines
231 B
SQL
3 lines
231 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8596_01_characters_bugreport required_8702_01_characters_character_reputation bit;
|
|
|
|
UPDATE character_reputation SET standing = 0 WHERE faction IN (729, 730) AND standing < 0;
|