mirror of
https://github.com/araxiaonline/mod-sharedrep.git
synced 2026-06-13 03:12:22 -04:00
Removed db name from rep select query
This commit is contained in:
@@ -62,7 +62,7 @@ class SharedRepPlayerScript : public PlayerScript
|
||||
guid
|
||||
, faction
|
||||
, MAX(standing)
|
||||
FROM acore_characters.character_reputation
|
||||
FROM character_reputation
|
||||
WHERE standing != 0
|
||||
AND GUID IN (
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user