Guest User

Untitled

a guest
Feb 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. -- Aniversario 2018 por Winnie
  2. -- Enlazando los NPC al game_event
  3. DELETE FROM `game_event_gameobject` WHERE `eventEntry` = @EID AND `guid` BETWEEN @CGUID+0 AND @CGUID+28;
  4. INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES SELECT @EID,`guid` FROM `gameobject`
  5. WHERE `id` BETWEEN @CGUID+0 AND @CGUID+75;
Add Comment
Please, Sign In to add comment