i used this query to fix problem, that mobs don't spawn
but it missed up my npc's places. new uniques places added. and reseted it to the basic DB.
here's the query i want to reverse it, or disable it.
NOTE: i can't restore the DB.
here's the query
but it missed up my npc's places. new uniques places added. and reseted it to the basic DB.
here's the query i want to reverse it, or disable it.
NOTE: i can't restore the DB.
here's the query
Code:
DELETE FROM [SRO_VT_SHARD ].[dbo].[Tab_RefNest] USE [SRO_VT_SHARD] GO BULK INSERT Tab_RefNest FROM 'C:\RefNEst.txt' WITH (FIELDTERMINATOR = '\t')