
Originally Posted by
ttlove9
Additional:
Code:
UPDATE atum2_db_account.dbo.ti_BuildingNPCSET BuildingName = 'Colorshop' WHERE BuildingIndex = 9367;
UPDATE atum2_db_account.dbo.ti_BuildingNPC
SET NPCIndex = 108 WHERE BuildingIndex = 9367;
UPDATE atum2_db_account.dbo.ti_BuildingNPC
SET NPCName = 'Paint Shop' WHERE BuildingIndex = 9367;
UPDATE atum2_db_account.dbo.ti_BuildingNPC
SET GreetingTalk = '\g[Bygeniou City Paint Shop]\w The color of your GEAR can be changed here.' WHERE BuildingIndex = 9367;

Code:
UPDATE atum2_db_account.dbo.ti_BuildingNPC SET BuildingName = 'Colorshop' WHERE BuildingIndex = 9367;
UPDATE atum2_db_account.dbo.ti_BuildingNPC
SET NPCIndex = 108 WHERE BuildingIndex = 9367;
UPDATE atum2_db_account.dbo.ti_BuildingNPC
SET NPCName = 'Paint Shop' WHERE BuildingIndex = 9367;
UPDATE atum2_db_account.dbo.ti_BuildingNPC
SET GreetingTalk = '\g[Bygeniou City Paint Shop]\w The color of your GEAR can be changed here.' WHERE BuildingIndex = 9367;
Fixed small error in line 1