alguem sabe porque sempre q executo essa trigger pra nao perder o gps quando o char é editado, ai o char nao loga mais e quando deleto a trigger volta a logar normal,
usando win7 x64 + sql 2005
CREATE TRIGGER [Maps] ON [dbo].[cabal_character_table]
FOR UPDATE
AS
begin
update Cabal_character_table set WarpBField=4095,MapsBField=4095 where Login=0
end
usando win7 x64 + sql 2005
CREATE TRIGGER [Maps] ON [dbo].[cabal_character_table]
FOR UPDATE
AS
begin
update Cabal_character_table set WarpBField=4095,MapsBField=4095 where Login=0
end