mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 12:02:48 -04:00
* Updated world_scripts_full.sql to rev 973 (complete 2.4.3) * Now I am starting 3.0.x sqls --HG-- branch : trunk
5 lines
386 B
SQL
5 lines
386 B
SQL
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1000247 and -1000245;
|
|
INSERT INTO `script_texts` (entry, content_default, type, comment) VALUES
|
|
(-1000245, 'You, there! Hand over that moonstone and nobody gets hurt!', 1, 'SAY_RIZZLE_START'),
|
|
(-1000246, 'Just chill!', 4, 'SAY_RIZZLE_GRENADE'),
|
|
(-1000247, 'All right, you win! I surrender! Just don\'t hurt me!', 1, 'SAY_RIZZLE_FINAL'); |