mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-17 00:04:25 -05:00
add line breaks and see if it works
This commit is contained in:
@@ -74,7 +74,10 @@ as
|
||||
into over_account_limit, over_cluster_limit
|
||||
from
|
||||
(select count(*) num from swg_characters
|
||||
where (station_id = p_station_id OR station_id IN (SELECT CASE WHEN child_id = p_station_id THEN parent_id ELSE child_id END as station_id FROM account_map WHERE parent_id = p_station_id OR child_id = p_station_id)) and enabled ='Y') account_counter,
|
||||
where (station_id = p_station_id
|
||||
OR station_id IN (SELECT CASE WHEN child_id = p_station_id THEN parent_id
|
||||
ELSE child_id END as station_id FROM account_map WHERE parent_id = p_station_id
|
||||
OR child_id = p_station_id)) and enabled ='Y') account_counter,
|
||||
default_char_limits,
|
||||
cluster_list
|
||||
where
|
||||
@@ -510,4 +513,4 @@ as
|
||||
when others then
|
||||
return 0;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user