Files
TrinityCore/sql/updates/5472_world_scripts.sql
Kudlaty 72f3a2e467 Fix #492. Also change in other files CR/LF to LF.
Note: Please be sure to use unix coding style before push

--HG--
branch : trunk
2009-11-27 04:34:21 +01:00

6 lines
725 B
SQL

-- add missing sentence to Geezle's text & Overgrind's name to flag pickup emote --- Disabled due to script_texts being borked
-- delete from `script_texts` where `entry` in (-1000266,-1000259);
-- insert into `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) values
-- ('-1000266','%s picks up the naga flag.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','2','0','0','geezle - EMOTE_SPARK'),
-- ('-1000259','What\'s the big idea, Spark? Why\'d you call for this meeting?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','geezle - GEEZLE_SAY_1');