Files
Client/Server/Database/DBScript/GameDB/Part2 UPDATE/1900_상징물 위치 수정.sql
LGram16 dd97ddec92 Restructure repository to include all source folders
Move git root from Client/ to src/ to track all source code:
- Client: Game client source (moved to Client/Client/)
- Server: Game server source
- GameTools: Development tools
- CryptoSource: Encryption utilities
- database: Database scripts
- Script: Game scripts
- rylCoder_16.02.2008_src: Legacy coder tools
- GMFont, Game: Additional resources

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 20:17:20 +09:00

11 lines
250 B
Transact-SQL

Update TblCastleCreatureInfo Set fPosZ = 3004.5 where snObjectType = 5000
go
Update TblCastleCreatureInfo Set fPosX = 2033.98, fPosY = 100.5, fPosZ = 2957.3 where snObjectType = 5324
go
Update TblCastleInfo Set tnNation = 0 Where tnZone = 16
go