Advertisement
gecko32

Nolkais Box reward

Sep 17th, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.33 KB | None | 0 0
  1. SET @NolkaiRew :=9561;
  2. DELETE FROM `quest_end_scripts` WHERE `id`= @NolkaiRew;
  3. INSERT INTO `quest_end_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`)
  4. VALUES (@NolkaiRew, 0, 17, 23846, 1, 0, 0, 0, 0, 0);
  5. UPDATE `quest_template` SET `CompleteScript`=@NolkaiRew WHERE `entry`=9561 LIMIT 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement