-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
-- Table `npc_text_broadcast_text` has record in `npc_text` (ID 8447) as well. Overwriting. | ||
-- Table `npc_text_broadcast_text` has record in `npc_text` (ID 8492) as well. Overwriting. | ||
-- Table `npc_text_broadcast_text` has record in `npc_text` (ID 9005) as well. Overwriting. | ||
-- Table `npc_text_broadcast_text` has record in `npc_text` (ID 8617) as well. Overwriting. | ||
DELETE FROM npc_text WHERE id IN (8447,8492,9005,8617); | ||
-- Table `npc_vendor_template` has vendor template 512 not used by any vendors | ||
-- Table `npc_vendor_template` has vendor template 513 not used by any vendors | ||
UPDATE creature_template SET VendorTemplateId = 512 WHERE Entry IN (13216,13217); | ||
UPDATE creature_template SET VendorTemplateId = 513 WHERE Entry IN (13218,13219); | ||
-- Table creature_movement contain path for creature guid 55584, but this creature guid does not exist. Skipping. | ||
DELETE FROM creature_movement WHERE Id = 55584; | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1378. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1849301. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855602. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855603. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855604. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855605. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855606. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855607. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855608. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855609. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855610. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855611. | ||
-- Table `dbscripts_on_creature_movement` contain unused script, id 1855612. | ||
DELETE FROM dbscripts_on_creature_movement WHERE Id IN (1378,1849301,1855602,1855603,1855604,1855605,1855606,1855607,1855608,1855609,1855610,1855611,1855612); |