mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
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;
|