Guest User

Untitled

a guest
Jul 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. SET @NPC_TWIGGY_FLATHEAD := 6248;
  2.  
  3. DELETE FROM `creature_text` WHERE `entry`=@NPC_TWIGGY_FLATHEAD;
  4. INSERT INTO `creature_text` VALUES
  5. (@NPC_TWIGGY_FLATHEAD,0,0, 'The Affray has begun, get ready to fight!',12,0,0,1,0,0, 'TWIGGY say TWIGGY_FLATHEAD_BEGIN'),
  6. (@NPC_TWIGGY_FLATHEAD,1,0, 'You! Enter the fray!',12,0,0,1,0,0, 'TWIGGY say TWIGGY_FLATHEAD_FRAY'),
  7. (@NPC_TWIGGY_FLATHEAD,2,0, 'Challenger is down!',12,0,0,1,0,0, 'TWIGGY say TWIGGY_FLATHEAD_DOWN'),
  8. (@NPC_TWIGGY_FLATHEAD,3,0, 'The Affray is over.',12,0,0,21,0,0, 'TWIGGY say TWIGGY_FLATHEAD_OVER');
Add Comment
Please, Sign In to add comment